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

Go to the source code of this file.

Functions

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

Function Documentation

SparseBoolMatrix mx_el_and ( const SparseBoolMatrix m1,
const boolMatrix m2 
)

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

SparseBoolMatrix mx_el_eq ( const SparseBoolMatrix m1,
const boolMatrix m2 
)

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

SparseBoolMatrix mx_el_ne ( const SparseBoolMatrix m1,
const boolMatrix m2 
)

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

SparseBoolMatrix mx_el_or ( const SparseBoolMatrix m1,
const boolMatrix m2 
)

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