GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
smx-sbm-bm.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 SparseBoolMatrix &, const boolMatrix &)
 
SparseBoolMatrix mx_el_eq (const SparseBoolMatrix &, const boolMatrix &)
 
SparseBoolMatrix mx_el_ne (const SparseBoolMatrix &, const boolMatrix &)
 
SparseBoolMatrix mx_el_or (const SparseBoolMatrix &, const boolMatrix &)
 

Function Documentation

◆ mx_el_and()

SparseBoolMatrix mx_el_and ( const SparseBoolMatrix m1,
const boolMatrix m2 
)

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

◆ mx_el_eq()

SparseBoolMatrix mx_el_eq ( const SparseBoolMatrix m1,
const boolMatrix m2 
)

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

◆ mx_el_ne()

SparseBoolMatrix mx_el_ne ( const SparseBoolMatrix m1,
const boolMatrix m2 
)

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

◆ mx_el_or()

SparseBoolMatrix mx_el_or ( const SparseBoolMatrix m1,
const boolMatrix m2 
)

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