GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
boolSparse.h File Reference
#include "octave-config.h"
#include "PermMatrix.h"
#include "Sparse-op-decls.h"
#include "Sparse.h"
#include "boolMatrix.h"
#include "boolNDArray.h"
#include "mx-fwd.h"

Go to the source code of this file.

Classes

class  SparseBoolMatrix
 

Functions

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

Function Documentation

◆ mx_el_and() [1/3]

SparseBoolMatrix mx_el_and ( const bool &  s,
const SparseBoolMatrix m 
)

Definition at line 327 of file boolSparse.cc.

◆ mx_el_and() [2/3]

SparseBoolMatrix mx_el_and ( const SparseBoolMatrix m,
const bool &  s 
)

Definition at line 324 of file boolSparse.cc.

◆ mx_el_and() [3/3]

SparseBoolMatrix mx_el_and ( const SparseBoolMatrix m1,
const SparseBoolMatrix m2 
)

Definition at line 330 of file boolSparse.cc.

◆ mx_el_eq() [1/3]

SparseBoolMatrix mx_el_eq ( const bool &  s,
const SparseBoolMatrix m 
)

Definition at line 326 of file boolSparse.cc.

◆ mx_el_eq() [2/3]

SparseBoolMatrix mx_el_eq ( const SparseBoolMatrix m,
const bool &  s 
)

Definition at line 323 of file boolSparse.cc.

◆ mx_el_eq() [3/3]

SparseBoolMatrix mx_el_eq ( const SparseBoolMatrix m1,
const SparseBoolMatrix m2 
)

Definition at line 329 of file boolSparse.cc.

◆ mx_el_ne() [1/3]

SparseBoolMatrix mx_el_ne ( const bool &  s,
const SparseBoolMatrix m 
)

Definition at line 326 of file boolSparse.cc.

◆ mx_el_ne() [2/3]

SparseBoolMatrix mx_el_ne ( const SparseBoolMatrix m,
const bool &  s 
)

Definition at line 323 of file boolSparse.cc.

◆ mx_el_ne() [3/3]

SparseBoolMatrix mx_el_ne ( const SparseBoolMatrix m1,
const SparseBoolMatrix m2 
)

Definition at line 329 of file boolSparse.cc.

◆ mx_el_or() [1/3]

SparseBoolMatrix mx_el_or ( const bool &  s,
const SparseBoolMatrix m 
)

Definition at line 327 of file boolSparse.cc.

◆ mx_el_or() [2/3]

SparseBoolMatrix mx_el_or ( const SparseBoolMatrix m,
const bool &  s 
)

Definition at line 324 of file boolSparse.cc.

◆ mx_el_or() [3/3]

SparseBoolMatrix mx_el_or ( const SparseBoolMatrix m1,
const SparseBoolMatrix m2 
)

Definition at line 330 of file boolSparse.cc.