#include "octave-config.h"
#include "Array.h"
#include "bsxfun-decl.h"
#include "mx-defs.h"
#include "mx-op-decl.h"
Go to the source code of this file.
Classes | |
class | boolNDArray |
boolNDArray bsxfun_and | ( | const boolNDArray & | x, |
const boolNDArray & | y | ||
) |
Definition at line 155 of file boolNDArray.cc.
boolNDArray bsxfun_or | ( | const boolNDArray & | x, |
const boolNDArray & | y | ||
) |
Definition at line 156 of file boolNDArray.cc.
boolNDArray mx_el_and | ( | const bool & | s, |
const boolNDArray & | m | ||
) |
Definition at line 128 of file boolNDArray.cc.
boolNDArray mx_el_and | ( | const boolNDArray & | m, |
const bool & | s | ||
) |
Definition at line 125 of file boolNDArray.cc.
boolNDArray mx_el_and | ( | const boolNDArray & | m1, |
const boolNDArray & | m2 | ||
) |
Definition at line 122 of file boolNDArray.cc.
Referenced by mx_el_and_assign().
boolNDArray& mx_el_and_assign | ( | boolNDArray & | m, |
const boolNDArray & | a | ||
) |
Definition at line 132 of file boolNDArray.cc.
References mx_el_and(), and mx_inline_and2().
boolNDArray mx_el_and_not | ( | const bool & | s, |
const boolNDArray & | m | ||
) |
Definition at line 128 of file boolNDArray.cc.
boolNDArray mx_el_and_not | ( | const boolNDArray & | m1, |
const boolNDArray & | m2 | ||
) |
Definition at line 122 of file boolNDArray.cc.
boolNDArray mx_el_eq | ( | const bool & | s, |
const boolNDArray & | m | ||
) |
Definition at line 129 of file boolNDArray.cc.
boolNDArray mx_el_eq | ( | const boolNDArray & | m, |
const bool & | s | ||
) |
Definition at line 126 of file boolNDArray.cc.
boolNDArray mx_el_eq | ( | const boolNDArray & | m1, |
const boolNDArray & | m2 | ||
) |
Definition at line 123 of file boolNDArray.cc.
boolNDArray mx_el_ge | ( | const bool & | s, |
const boolNDArray & | m | ||
) |
Definition at line 129 of file boolNDArray.cc.
boolNDArray mx_el_ge | ( | const boolNDArray & | m, |
const bool & | s | ||
) |
Definition at line 126 of file boolNDArray.cc.
boolNDArray mx_el_ge | ( | const boolNDArray & | m1, |
const boolNDArray & | m2 | ||
) |
Definition at line 123 of file boolNDArray.cc.
boolNDArray mx_el_gt | ( | const bool & | s, |
const boolNDArray & | m | ||
) |
Definition at line 129 of file boolNDArray.cc.
boolNDArray mx_el_gt | ( | const boolNDArray & | m, |
const bool & | s | ||
) |
Definition at line 126 of file boolNDArray.cc.
boolNDArray mx_el_gt | ( | const boolNDArray & | m1, |
const boolNDArray & | m2 | ||
) |
Definition at line 123 of file boolNDArray.cc.
boolNDArray mx_el_le | ( | const bool & | s, |
const boolNDArray & | m | ||
) |
Definition at line 129 of file boolNDArray.cc.
boolNDArray mx_el_le | ( | const boolNDArray & | m, |
const bool & | s | ||
) |
Definition at line 126 of file boolNDArray.cc.
boolNDArray mx_el_le | ( | const boolNDArray & | m1, |
const boolNDArray & | m2 | ||
) |
Definition at line 123 of file boolNDArray.cc.
boolNDArray mx_el_lt | ( | const bool & | s, |
const boolNDArray & | m | ||
) |
Definition at line 129 of file boolNDArray.cc.
boolNDArray mx_el_lt | ( | const boolNDArray & | m, |
const bool & | s | ||
) |
Definition at line 126 of file boolNDArray.cc.
boolNDArray mx_el_lt | ( | const boolNDArray & | m1, |
const boolNDArray & | m2 | ||
) |
Definition at line 123 of file boolNDArray.cc.
boolNDArray mx_el_ne | ( | const bool & | s, |
const boolNDArray & | m | ||
) |
Definition at line 129 of file boolNDArray.cc.
boolNDArray mx_el_ne | ( | const boolNDArray & | m, |
const bool & | s | ||
) |
Definition at line 126 of file boolNDArray.cc.
boolNDArray mx_el_ne | ( | const boolNDArray & | m1, |
const boolNDArray & | m2 | ||
) |
Definition at line 123 of file boolNDArray.cc.
boolNDArray mx_el_not_and | ( | const boolNDArray & | m, |
const bool & | s | ||
) |
Definition at line 125 of file boolNDArray.cc.
boolNDArray mx_el_not_and | ( | const boolNDArray & | m1, |
const boolNDArray & | m2 | ||
) |
Definition at line 122 of file boolNDArray.cc.
boolNDArray mx_el_not_or | ( | const boolNDArray & | m, |
const bool & | s | ||
) |
Definition at line 125 of file boolNDArray.cc.
boolNDArray mx_el_not_or | ( | const boolNDArray & | m1, |
const boolNDArray & | m2 | ||
) |
Definition at line 122 of file boolNDArray.cc.
boolNDArray mx_el_or | ( | const bool & | s, |
const boolNDArray & | m | ||
) |
Definition at line 128 of file boolNDArray.cc.
boolNDArray mx_el_or | ( | const boolNDArray & | m, |
const bool & | s | ||
) |
Definition at line 125 of file boolNDArray.cc.
boolNDArray mx_el_or | ( | const boolNDArray & | m1, |
const boolNDArray & | m2 | ||
) |
Definition at line 122 of file boolNDArray.cc.
Referenced by mx_el_or_assign().
boolNDArray& mx_el_or_assign | ( | boolNDArray & | m, |
const boolNDArray & | a | ||
) |
Definition at line 144 of file boolNDArray.cc.
References Array< T, Alloc >::is_shared(), mx_el_or(), and mx_inline_or2().
boolNDArray mx_el_or_not | ( | const bool & | s, |
const boolNDArray & | m | ||
) |
Definition at line 128 of file boolNDArray.cc.
boolNDArray mx_el_or_not | ( | const boolNDArray & | m1, |
const boolNDArray & | m2 | ||
) |
Definition at line 122 of file boolNDArray.cc.