GNU Octave  3.8.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-bm-sbm.cc File Reference
#include <config.h>
#include "Array-util.h"
#include "quit.h"
#include "smx-bm-sbm.h"
#include "boolMatrix.h"
#include "boolSparse.h"
Include dependency graph for smx-bm-sbm.cc:

Go to the source code of this file.

Functions

SparseBoolMatrix mx_el_and (const boolMatrix &m1, const SparseBoolMatrix &m2)
SparseBoolMatrix mx_el_eq (const boolMatrix &m1, const SparseBoolMatrix &m2)
SparseBoolMatrix mx_el_ne (const boolMatrix &m1, const SparseBoolMatrix &m2)
SparseBoolMatrix mx_el_or (const boolMatrix &m1, const SparseBoolMatrix &m2)

Function Documentation

SparseBoolMatrix mx_el_and ( const boolMatrix m1,
const SparseBoolMatrix m2 
)

Definition at line 10 of file smx-bm-sbm.cc.

SparseBoolMatrix mx_el_eq ( const boolMatrix m1,
const SparseBoolMatrix m2 
)

Definition at line 9 of file smx-bm-sbm.cc.

SparseBoolMatrix mx_el_ne ( const boolMatrix m1,
const SparseBoolMatrix m2 
)

Definition at line 9 of file smx-bm-sbm.cc.

SparseBoolMatrix mx_el_or ( const boolMatrix m1,
const SparseBoolMatrix m2 
)

Definition at line 10 of file smx-bm-sbm.cc.