|
GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "Sparse.h"#include "MSparse-defs.h"#include "boolMatrix.h"#include "boolNDArray.h"#include "PermMatrix.h"#include "Sparse-op-decls.h"

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 &) |
| 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.
1.8.8