#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 |
| OCTAVE_API boolNDArray bsxfun_and | ( | const boolNDArray & | x, |
| const boolNDArray & | y | ||
| ) |
Definition at line 155 of file boolNDArray.cc.
Referenced by maybe_fill_table().
| OCTAVE_API boolNDArray bsxfun_or | ( | const boolNDArray & | x, |
| const boolNDArray & | y | ||
| ) |
Definition at line 156 of file boolNDArray.cc.
Referenced by maybe_fill_table().
| OCTAVE_API boolNDArray mx_el_and | ( | const bool & | s, |
| const boolNDArray & | m | ||
| ) |
Definition at line 128 of file boolNDArray.cc.
| OCTAVE_API boolNDArray mx_el_and | ( | const boolNDArray & | m, |
| const bool & | s | ||
| ) |
Definition at line 125 of file boolNDArray.cc.
| OCTAVE_API boolNDArray mx_el_and | ( | const boolNDArray & | m1, |
| const boolNDArray & | m2 | ||
| ) |
Definition at line 122 of file boolNDArray.cc.
Referenced by mx_el_and_assign().
| OCTAVE_API 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().
| OCTAVE_API boolNDArray mx_el_and_not | ( | const bool & | s, |
| const boolNDArray & | m | ||
| ) |
Definition at line 128 of file boolNDArray.cc.
| OCTAVE_API boolNDArray mx_el_and_not | ( | const boolNDArray & | m1, |
| const boolNDArray & | m2 | ||
| ) |
Definition at line 122 of file boolNDArray.cc.
| OCTAVE_API boolNDArray mx_el_eq | ( | const bool & | s, |
| const boolNDArray & | m | ||
| ) |
Definition at line 129 of file boolNDArray.cc.
| OCTAVE_API boolNDArray mx_el_eq | ( | const boolNDArray & | m, |
| const bool & | s | ||
| ) |
Definition at line 126 of file boolNDArray.cc.
| OCTAVE_API boolNDArray mx_el_eq | ( | const boolNDArray & | m1, |
| const boolNDArray & | m2 | ||
| ) |
Definition at line 123 of file boolNDArray.cc.
| OCTAVE_API boolNDArray mx_el_ge | ( | const bool & | s, |
| const boolNDArray & | m | ||
| ) |
Definition at line 129 of file boolNDArray.cc.
| OCTAVE_API boolNDArray mx_el_ge | ( | const boolNDArray & | m, |
| const bool & | s | ||
| ) |
Definition at line 126 of file boolNDArray.cc.
| OCTAVE_API boolNDArray mx_el_ge | ( | const boolNDArray & | m1, |
| const boolNDArray & | m2 | ||
| ) |
Definition at line 123 of file boolNDArray.cc.
| OCTAVE_API boolNDArray mx_el_gt | ( | const bool & | s, |
| const boolNDArray & | m | ||
| ) |
Definition at line 129 of file boolNDArray.cc.
| OCTAVE_API boolNDArray mx_el_gt | ( | const boolNDArray & | m, |
| const bool & | s | ||
| ) |
Definition at line 126 of file boolNDArray.cc.
| OCTAVE_API boolNDArray mx_el_gt | ( | const boolNDArray & | m1, |
| const boolNDArray & | m2 | ||
| ) |
Definition at line 123 of file boolNDArray.cc.
| OCTAVE_API boolNDArray mx_el_le | ( | const bool & | s, |
| const boolNDArray & | m | ||
| ) |
Definition at line 129 of file boolNDArray.cc.
| OCTAVE_API boolNDArray mx_el_le | ( | const boolNDArray & | m, |
| const bool & | s | ||
| ) |
Definition at line 126 of file boolNDArray.cc.
| OCTAVE_API boolNDArray mx_el_le | ( | const boolNDArray & | m1, |
| const boolNDArray & | m2 | ||
| ) |
Definition at line 123 of file boolNDArray.cc.
| OCTAVE_API boolNDArray mx_el_lt | ( | const bool & | s, |
| const boolNDArray & | m | ||
| ) |
Definition at line 129 of file boolNDArray.cc.
| OCTAVE_API boolNDArray mx_el_lt | ( | const boolNDArray & | m, |
| const bool & | s | ||
| ) |
Definition at line 126 of file boolNDArray.cc.
| OCTAVE_API boolNDArray mx_el_lt | ( | const boolNDArray & | m1, |
| const boolNDArray & | m2 | ||
| ) |
Definition at line 123 of file boolNDArray.cc.
| OCTAVE_API boolNDArray mx_el_ne | ( | const bool & | s, |
| const boolNDArray & | m | ||
| ) |
Definition at line 129 of file boolNDArray.cc.
| OCTAVE_API boolNDArray mx_el_ne | ( | const boolNDArray & | m, |
| const bool & | s | ||
| ) |
Definition at line 126 of file boolNDArray.cc.
| OCTAVE_API boolNDArray mx_el_ne | ( | const boolNDArray & | m1, |
| const boolNDArray & | m2 | ||
| ) |
Definition at line 123 of file boolNDArray.cc.
| OCTAVE_API boolNDArray mx_el_not_and | ( | const boolNDArray & | m, |
| const bool & | s | ||
| ) |
Definition at line 125 of file boolNDArray.cc.
| OCTAVE_API boolNDArray mx_el_not_and | ( | const boolNDArray & | m1, |
| const boolNDArray & | m2 | ||
| ) |
Definition at line 122 of file boolNDArray.cc.
| OCTAVE_API boolNDArray mx_el_not_or | ( | const boolNDArray & | m, |
| const bool & | s | ||
| ) |
Definition at line 125 of file boolNDArray.cc.
| OCTAVE_API boolNDArray mx_el_not_or | ( | const boolNDArray & | m1, |
| const boolNDArray & | m2 | ||
| ) |
Definition at line 122 of file boolNDArray.cc.
| OCTAVE_API boolNDArray mx_el_or | ( | const bool & | s, |
| const boolNDArray & | m | ||
| ) |
Definition at line 128 of file boolNDArray.cc.
| OCTAVE_API boolNDArray mx_el_or | ( | const boolNDArray & | m, |
| const bool & | s | ||
| ) |
Definition at line 125 of file boolNDArray.cc.
| OCTAVE_API boolNDArray mx_el_or | ( | const boolNDArray & | m1, |
| const boolNDArray & | m2 | ||
| ) |
Definition at line 122 of file boolNDArray.cc.
Referenced by mx_el_or_assign().
| OCTAVE_API 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().
| OCTAVE_API boolNDArray mx_el_or_not | ( | const bool & | s, |
| const boolNDArray & | m | ||
| ) |
Definition at line 128 of file boolNDArray.cc.
| OCTAVE_API boolNDArray mx_el_or_not | ( | const boolNDArray & | m1, |
| const boolNDArray & | m2 | ||
| ) |
Definition at line 122 of file boolNDArray.cc.