![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "Array-util.h"#include "mx-nda-cs.h"#include "mx-op-defs.h"#include "boolMatrix.h"#include "boolNDArray.h"#include "CNDArray.h"#include "dNDArray.h"#include "oct-cmplx.h"
Go to the source code of this file.
Functions | |
| boolNDArray | mx_el_and (const NDArray &m, const Complex &s) |
| boolNDArray | mx_el_and_not (const NDArray &m, const Complex &s) |
| boolNDArray | mx_el_eq (const NDArray &m, const Complex &s) |
| boolNDArray | mx_el_ge (const NDArray &m, const Complex &s) |
| boolNDArray | mx_el_gt (const NDArray &m, const Complex &s) |
| boolNDArray | mx_el_le (const NDArray &m, const Complex &s) |
| boolNDArray | mx_el_lt (const NDArray &m, const Complex &s) |
| boolNDArray | mx_el_ne (const NDArray &m, const Complex &s) |
| boolNDArray | mx_el_not_and (const NDArray &m, const Complex &s) |
| boolNDArray | mx_el_not_or (const NDArray &m, const Complex &s) |
| boolNDArray | mx_el_or (const NDArray &m, const Complex &s) |
| boolNDArray | mx_el_or_not (const NDArray &m, const Complex &s) |
| ComplexNDArray | operator* (const NDArray &m, const Complex &s) |
| ComplexNDArray | operator+ (const NDArray &m, const Complex &s) |
| ComplexNDArray | operator- (const NDArray &m, const Complex &s) |
| ComplexNDArray | operator/ (const NDArray &m, const Complex &s) |
| boolNDArray mx_el_and | ( | const NDArray & | m, |
| const Complex & | s | ||
| ) |
Definition at line 15 of file mx-nda-cs.cc.
| boolNDArray mx_el_and_not | ( | const NDArray & | m, |
| const Complex & | s | ||
| ) |
Definition at line 15 of file mx-nda-cs.cc.
| boolNDArray mx_el_eq | ( | const NDArray & | m, |
| const Complex & | s | ||
| ) |
Definition at line 14 of file mx-nda-cs.cc.
| boolNDArray mx_el_ge | ( | const NDArray & | m, |
| const Complex & | s | ||
| ) |
Definition at line 14 of file mx-nda-cs.cc.
| boolNDArray mx_el_gt | ( | const NDArray & | m, |
| const Complex & | s | ||
| ) |
Definition at line 14 of file mx-nda-cs.cc.
| boolNDArray mx_el_le | ( | const NDArray & | m, |
| const Complex & | s | ||
| ) |
Definition at line 14 of file mx-nda-cs.cc.
| boolNDArray mx_el_lt | ( | const NDArray & | m, |
| const Complex & | s | ||
| ) |
Definition at line 14 of file mx-nda-cs.cc.
| boolNDArray mx_el_ne | ( | const NDArray & | m, |
| const Complex & | s | ||
| ) |
Definition at line 14 of file mx-nda-cs.cc.
| boolNDArray mx_el_not_and | ( | const NDArray & | m, |
| const Complex & | s | ||
| ) |
Definition at line 15 of file mx-nda-cs.cc.
| boolNDArray mx_el_not_or | ( | const NDArray & | m, |
| const Complex & | s | ||
| ) |
Definition at line 15 of file mx-nda-cs.cc.
| boolNDArray mx_el_or | ( | const NDArray & | m, |
| const Complex & | s | ||
| ) |
Definition at line 15 of file mx-nda-cs.cc.
| boolNDArray mx_el_or_not | ( | const NDArray & | m, |
| const Complex & | s | ||
| ) |
Definition at line 15 of file mx-nda-cs.cc.
| ComplexNDArray operator* | ( | const NDArray & | m, |
| const Complex & | s | ||
| ) |
Definition at line 13 of file mx-nda-cs.cc.
| ComplexNDArray operator+ | ( | const NDArray & | m, |
| const Complex & | s | ||
| ) |
Definition at line 13 of file mx-nda-cs.cc.
| ComplexNDArray operator- | ( | const NDArray & | m, |
| const Complex & | s | ||
| ) |
Definition at line 13 of file mx-nda-cs.cc.
| ComplexNDArray operator/ | ( | const NDArray & | m, |
| const Complex & | s | ||
| ) |
Definition at line 13 of file mx-nda-cs.cc.
1.8.1.2