GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
smx-sm-m.cc File Reference
#include <config.h>
#include "Array-util.h"
#include "quit.h"
#include "smx-sm-m.h"
#include "boolSparse.h"
#include "dMatrix.h"
#include "dSparse.h"
Include dependency graph for smx-sm-m.cc:

Go to the source code of this file.

Functions

SparseBoolMatrix mx_el_and (const SparseMatrix &m1, const Matrix &m2)
 
SparseBoolMatrix mx_el_eq (const SparseMatrix &m1, const Matrix &m2)
 
SparseBoolMatrix mx_el_ge (const SparseMatrix &m1, const Matrix &m2)
 
SparseBoolMatrix mx_el_gt (const SparseMatrix &m1, const Matrix &m2)
 
SparseBoolMatrix mx_el_le (const SparseMatrix &m1, const Matrix &m2)
 
SparseBoolMatrix mx_el_lt (const SparseMatrix &m1, const Matrix &m2)
 
SparseBoolMatrix mx_el_ne (const SparseMatrix &m1, const Matrix &m2)
 
SparseBoolMatrix mx_el_or (const SparseMatrix &m1, const Matrix &m2)
 
Matrix operator+ (const SparseMatrix &m1, const Matrix &m2)
 
Matrix operator- (const SparseMatrix &m1, const Matrix &m2)
 
SparseMatrix product (const SparseMatrix &m1, const Matrix &m2)
 
SparseMatrix quotient (const SparseMatrix &m1, const Matrix &m2)
 

Function Documentation

SparseBoolMatrix mx_el_and ( const SparseMatrix m1,
const Matrix m2 
)

Definition at line 11 of file smx-sm-m.cc.

SparseBoolMatrix mx_el_eq ( const SparseMatrix m1,
const Matrix m2 
)

Definition at line 10 of file smx-sm-m.cc.

SparseBoolMatrix mx_el_ge ( const SparseMatrix m1,
const Matrix m2 
)

Definition at line 10 of file smx-sm-m.cc.

SparseBoolMatrix mx_el_gt ( const SparseMatrix m1,
const Matrix m2 
)

Definition at line 10 of file smx-sm-m.cc.

SparseBoolMatrix mx_el_le ( const SparseMatrix m1,
const Matrix m2 
)

Definition at line 10 of file smx-sm-m.cc.

SparseBoolMatrix mx_el_lt ( const SparseMatrix m1,
const Matrix m2 
)

Definition at line 10 of file smx-sm-m.cc.

SparseBoolMatrix mx_el_ne ( const SparseMatrix m1,
const Matrix m2 
)

Definition at line 10 of file smx-sm-m.cc.

SparseBoolMatrix mx_el_or ( const SparseMatrix m1,
const Matrix m2 
)

Definition at line 11 of file smx-sm-m.cc.

Matrix operator+ ( const SparseMatrix m1,
const Matrix m2 
)

Definition at line 9 of file smx-sm-m.cc.

Matrix operator- ( const SparseMatrix m1,
const Matrix m2 
)

Definition at line 9 of file smx-sm-m.cc.

SparseMatrix product ( const SparseMatrix m1,
const Matrix m2 
)

Definition at line 9 of file smx-sm-m.cc.

SparseMatrix quotient ( const SparseMatrix m1,
const Matrix m2 
)

Definition at line 9 of file smx-sm-m.cc.