#include "octave-config.h"
#include "Array.h"
#include "boolNDArray.h"
#include "mx-defs.h"
#include "mx-op-decl.h"
Go to the source code of this file.
Classes | |
class | boolMatrix |
Functions | |
boolMatrix | mx_el_and (const bool &, const boolMatrix &) |
boolMatrix | mx_el_and (const boolMatrix &, const bool &) |
boolMatrix | mx_el_and (const boolMatrix &, const boolMatrix &) |
boolMatrix | mx_el_eq (const boolMatrix &, const boolMatrix &) |
boolMatrix | mx_el_ge (const boolMatrix &, const boolMatrix &) |
boolMatrix | mx_el_gt (const boolMatrix &, const boolMatrix &) |
boolMatrix | mx_el_le (const boolMatrix &, const boolMatrix &) |
boolMatrix | mx_el_lt (const boolMatrix &, const boolMatrix &) |
boolMatrix | mx_el_ne (const boolMatrix &, const boolMatrix &) |
boolMatrix | mx_el_or (const bool &, const boolMatrix &) |
boolMatrix | mx_el_or (const boolMatrix &, const bool &) |
boolMatrix | mx_el_or (const boolMatrix &, const boolMatrix &) |
boolMatrix mx_el_and | ( | const bool & | s, |
const boolMatrix & | m | ||
) |
Definition at line 90 of file boolMatrix.cc.
boolMatrix mx_el_and | ( | const boolMatrix & | m, |
const bool & | s | ||
) |
Definition at line 89 of file boolMatrix.cc.
boolMatrix mx_el_and | ( | const boolMatrix & | m1, |
const boolMatrix & | m2 | ||
) |
Definition at line 88 of file boolMatrix.cc.
boolMatrix mx_el_eq | ( | const boolMatrix & | m1, |
const boolMatrix & | m2 | ||
) |
Definition at line 91 of file boolMatrix.cc.
boolMatrix mx_el_ge | ( | const boolMatrix & | m1, |
const boolMatrix & | m2 | ||
) |
Definition at line 91 of file boolMatrix.cc.
boolMatrix mx_el_gt | ( | const boolMatrix & | m1, |
const boolMatrix & | m2 | ||
) |
Definition at line 91 of file boolMatrix.cc.
boolMatrix mx_el_le | ( | const boolMatrix & | m1, |
const boolMatrix & | m2 | ||
) |
Definition at line 91 of file boolMatrix.cc.
boolMatrix mx_el_lt | ( | const boolMatrix & | m1, |
const boolMatrix & | m2 | ||
) |
Definition at line 91 of file boolMatrix.cc.
boolMatrix mx_el_ne | ( | const boolMatrix & | m1, |
const boolMatrix & | m2 | ||
) |
Definition at line 91 of file boolMatrix.cc.
Referenced by octave_complex_matrix::bool_array_value(), octave_float_complex_matrix::bool_array_value(), octave_sparse_complex_matrix::sparse_bool_matrix_value(), and octave_sparse_matrix::sparse_bool_matrix_value().
boolMatrix mx_el_or | ( | const bool & | s, |
const boolMatrix & | m | ||
) |
Definition at line 90 of file boolMatrix.cc.
boolMatrix mx_el_or | ( | const boolMatrix & | m, |
const bool & | s | ||
) |
Definition at line 89 of file boolMatrix.cc.
boolMatrix mx_el_or | ( | const boolMatrix & | m1, |
const boolMatrix & | m2 | ||
) |
Definition at line 88 of file boolMatrix.cc.