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
Classes | Functions
boolSparse.h File Reference
#include "octave-config.h"
#include "Sparse.h"
#include "MSparse.h"
#include "boolMatrix.h"
#include "boolNDArray.h"
#include "PermMatrix.h"
#include "Sparse-op-decls.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

OCTAVE_API SparseBoolMatrix mx_el_and ( const SparseBoolMatrix ,
const bool  
)

Definition at line 324 of file boolSparse.cc.

OCTAVE_API SparseBoolMatrix mx_el_and ( const bool ,
const SparseBoolMatrix  
)

Definition at line 327 of file boolSparse.cc.

OCTAVE_API SparseBoolMatrix mx_el_and ( const SparseBoolMatrix ,
const SparseBoolMatrix  
)

Definition at line 330 of file boolSparse.cc.

OCTAVE_API SparseBoolMatrix mx_el_eq ( const SparseBoolMatrix ,
const bool  
)

Definition at line 323 of file boolSparse.cc.

OCTAVE_API SparseBoolMatrix mx_el_eq ( const bool ,
const SparseBoolMatrix  
)

Definition at line 326 of file boolSparse.cc.

OCTAVE_API SparseBoolMatrix mx_el_eq ( const SparseBoolMatrix ,
const SparseBoolMatrix  
)

Definition at line 329 of file boolSparse.cc.

OCTAVE_API SparseBoolMatrix mx_el_ne ( const SparseBoolMatrix ,
const bool  
)

Definition at line 323 of file boolSparse.cc.

OCTAVE_API SparseBoolMatrix mx_el_ne ( const bool ,
const SparseBoolMatrix  
)

Definition at line 326 of file boolSparse.cc.

OCTAVE_API SparseBoolMatrix mx_el_ne ( const SparseBoolMatrix ,
const SparseBoolMatrix  
)

Definition at line 329 of file boolSparse.cc.

OCTAVE_API SparseBoolMatrix mx_el_or ( const SparseBoolMatrix ,
const bool  
)

Definition at line 324 of file boolSparse.cc.

OCTAVE_API SparseBoolMatrix mx_el_or ( const bool ,
const SparseBoolMatrix  
)

Definition at line 327 of file boolSparse.cc.

OCTAVE_API SparseBoolMatrix mx_el_or ( const SparseBoolMatrix ,
const SparseBoolMatrix  
)

Definition at line 330 of file boolSparse.cc.