#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 &) |
SparseBoolMatrix mx_el_and | ( | const bool & | s, |
const SparseBoolMatrix & | m | ||
) |
Definition at line 327 of file boolSparse.cc.
SparseBoolMatrix mx_el_and | ( | const SparseBoolMatrix & | m, |
const bool & | s | ||
) |
Definition at line 324 of file boolSparse.cc.
SparseBoolMatrix mx_el_and | ( | const SparseBoolMatrix & | m1, |
const SparseBoolMatrix & | m2 | ||
) |
Definition at line 330 of file boolSparse.cc.
SparseBoolMatrix mx_el_eq | ( | const bool & | s, |
const SparseBoolMatrix & | m | ||
) |
Definition at line 326 of file boolSparse.cc.
SparseBoolMatrix mx_el_eq | ( | const SparseBoolMatrix & | m, |
const bool & | s | ||
) |
Definition at line 323 of file boolSparse.cc.
SparseBoolMatrix mx_el_eq | ( | const SparseBoolMatrix & | m1, |
const SparseBoolMatrix & | m2 | ||
) |
Definition at line 329 of file boolSparse.cc.
SparseBoolMatrix mx_el_ne | ( | const bool & | s, |
const SparseBoolMatrix & | m | ||
) |
Definition at line 326 of file boolSparse.cc.
SparseBoolMatrix mx_el_ne | ( | const SparseBoolMatrix & | m, |
const bool & | s | ||
) |
Definition at line 323 of file boolSparse.cc.
SparseBoolMatrix mx_el_ne | ( | const SparseBoolMatrix & | m1, |
const SparseBoolMatrix & | m2 | ||
) |
Definition at line 329 of file boolSparse.cc.
SparseBoolMatrix mx_el_or | ( | const bool & | s, |
const SparseBoolMatrix & | m | ||
) |
Definition at line 327 of file boolSparse.cc.
SparseBoolMatrix mx_el_or | ( | const SparseBoolMatrix & | m, |
const bool & | s | ||
) |
Definition at line 324 of file boolSparse.cc.
SparseBoolMatrix mx_el_or | ( | const SparseBoolMatrix & | m1, |
const SparseBoolMatrix & | m2 | ||
) |
Definition at line 330 of file boolSparse.cc.