GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
boolSparse.h File Reference
#include "octave-config.h"
#include "MSparse.h"
#include "PermMatrix.h"
#include "Sparse-op-decls.h"
#include "Sparse.h"
#include "boolMatrix.h"
#include "boolNDArray.h"
Include dependency graph for boolSparse.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SparseBoolMatrix
 

Functions

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

Function Documentation

◆ mx_el_and() [1/3]

OCTAVE_API SparseBoolMatrix mx_el_and ( const SparseBoolMatrix ,
const bool  
)

Definition at line 324 of file boolSparse.cc.

◆ mx_el_and() [2/3]

OCTAVE_API SparseBoolMatrix mx_el_and ( const bool ,
const SparseBoolMatrix  
)

Definition at line 327 of file boolSparse.cc.

◆ mx_el_and() [3/3]

OCTAVE_API SparseBoolMatrix mx_el_and ( const SparseBoolMatrix ,
const SparseBoolMatrix  
)

Definition at line 330 of file boolSparse.cc.

◆ mx_el_eq() [1/3]

OCTAVE_API SparseBoolMatrix mx_el_eq ( const SparseBoolMatrix ,
const bool  
)

Definition at line 323 of file boolSparse.cc.

◆ mx_el_eq() [2/3]

OCTAVE_API SparseBoolMatrix mx_el_eq ( const bool ,
const SparseBoolMatrix  
)

Definition at line 326 of file boolSparse.cc.

◆ mx_el_eq() [3/3]

OCTAVE_API SparseBoolMatrix mx_el_eq ( const SparseBoolMatrix ,
const SparseBoolMatrix  
)

Definition at line 329 of file boolSparse.cc.

◆ mx_el_ne() [1/3]

OCTAVE_API SparseBoolMatrix mx_el_ne ( const SparseBoolMatrix ,
const bool  
)

Definition at line 323 of file boolSparse.cc.

◆ mx_el_ne() [2/3]

OCTAVE_API SparseBoolMatrix mx_el_ne ( const bool ,
const SparseBoolMatrix  
)

Definition at line 326 of file boolSparse.cc.

◆ mx_el_ne() [3/3]

OCTAVE_API SparseBoolMatrix mx_el_ne ( const SparseBoolMatrix ,
const SparseBoolMatrix  
)

Definition at line 329 of file boolSparse.cc.

◆ mx_el_or() [1/3]

OCTAVE_API SparseBoolMatrix mx_el_or ( const SparseBoolMatrix ,
const bool  
)

Definition at line 324 of file boolSparse.cc.

◆ mx_el_or() [2/3]

OCTAVE_API SparseBoolMatrix mx_el_or ( const bool ,
const SparseBoolMatrix  
)

Definition at line 327 of file boolSparse.cc.

◆ mx_el_or() [3/3]

OCTAVE_API SparseBoolMatrix mx_el_or ( const SparseBoolMatrix ,
const SparseBoolMatrix  
)

Definition at line 330 of file boolSparse.cc.