GNU Octave  4.2.1
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.h File Reference
#include "octave-config.h"
#include "boolMatrix.h"
#include "boolSparse.h"
#include "Sparse-op-defs.h"
Include dependency graph for smx-sbm-bm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

OCTAVE_API SparseBoolMatrix mx_el_and (const SparseBoolMatrix &, const boolMatrix &)
 
OCTAVE_API SparseBoolMatrix mx_el_eq (const SparseBoolMatrix &, const boolMatrix &)
 
OCTAVE_API SparseBoolMatrix mx_el_ne (const SparseBoolMatrix &, const boolMatrix &)
 
OCTAVE_API SparseBoolMatrix mx_el_or (const SparseBoolMatrix &, const boolMatrix &)
 

Function Documentation

OCTAVE_API SparseBoolMatrix mx_el_and ( const SparseBoolMatrix ,
const boolMatrix  
)

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

OCTAVE_API SparseBoolMatrix mx_el_eq ( const SparseBoolMatrix ,
const boolMatrix  
)

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

OCTAVE_API SparseBoolMatrix mx_el_ne ( const SparseBoolMatrix ,
const boolMatrix  
)

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

OCTAVE_API SparseBoolMatrix mx_el_or ( const SparseBoolMatrix ,
const boolMatrix  
)

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