GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
smx-bm-sbm.h File Reference
#include "octave-config.h"
#include "boolMatrix.h"
#include "boolSparse.h"
#include "Sparse-op-defs.h"

Go to the source code of this file.

Functions

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

Function Documentation

◆ mx_el_and()

SparseBoolMatrix mx_el_and ( const boolMatrix m1,
const SparseBoolMatrix m2 
)

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

◆ mx_el_eq()

SparseBoolMatrix mx_el_eq ( const boolMatrix m1,
const SparseBoolMatrix m2 
)

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

◆ mx_el_ne()

SparseBoolMatrix mx_el_ne ( const boolMatrix m1,
const SparseBoolMatrix m2 
)

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

◆ mx_el_or()

SparseBoolMatrix mx_el_or ( const boolMatrix m1,
const SparseBoolMatrix m2 
)

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