Go to the source code of this file.
Functions | |
boolNDArray | mx_el_and (const FloatNDArray &, const FloatComplex &) |
boolNDArray | mx_el_eq (const FloatNDArray &, const FloatComplex &) |
boolNDArray | mx_el_ge (const FloatNDArray &, const FloatComplex &) |
boolNDArray | mx_el_gt (const FloatNDArray &, const FloatComplex &) |
boolNDArray | mx_el_le (const FloatNDArray &, const FloatComplex &) |
boolNDArray | mx_el_lt (const FloatNDArray &, const FloatComplex &) |
boolNDArray | mx_el_ne (const FloatNDArray &, const FloatComplex &) |
boolNDArray | mx_el_not_and (const FloatNDArray &, const FloatComplex &) |
boolNDArray | mx_el_not_or (const FloatNDArray &, const FloatComplex &) |
boolNDArray | mx_el_or (const FloatNDArray &, const FloatComplex &) |
FloatComplexNDArray | operator* (const FloatNDArray &, const FloatComplex &) |
FloatComplexNDArray | operator+ (const FloatNDArray &, const FloatComplex &) |
FloatComplexNDArray | operator- (const FloatNDArray &, const FloatComplex &) |
FloatComplexNDArray | operator/ (const FloatNDArray &, const FloatComplex &) |
boolNDArray mx_el_and | ( | const FloatNDArray & | m, |
const FloatComplex & | s | ||
) |
Definition at line 15 of file mx-fnda-fcs.cc.
boolNDArray mx_el_eq | ( | const FloatNDArray & | m, |
const FloatComplex & | s | ||
) |
Definition at line 14 of file mx-fnda-fcs.cc.
boolNDArray mx_el_ge | ( | const FloatNDArray & | m, |
const FloatComplex & | s | ||
) |
Definition at line 14 of file mx-fnda-fcs.cc.
boolNDArray mx_el_gt | ( | const FloatNDArray & | m, |
const FloatComplex & | s | ||
) |
Definition at line 14 of file mx-fnda-fcs.cc.
boolNDArray mx_el_le | ( | const FloatNDArray & | m, |
const FloatComplex & | s | ||
) |
Definition at line 14 of file mx-fnda-fcs.cc.
boolNDArray mx_el_lt | ( | const FloatNDArray & | m, |
const FloatComplex & | s | ||
) |
Definition at line 14 of file mx-fnda-fcs.cc.
boolNDArray mx_el_ne | ( | const FloatNDArray & | m, |
const FloatComplex & | s | ||
) |
Definition at line 14 of file mx-fnda-fcs.cc.
boolNDArray mx_el_not_and | ( | const FloatNDArray & | m, |
const FloatComplex & | s | ||
) |
Definition at line 15 of file mx-fnda-fcs.cc.
boolNDArray mx_el_not_or | ( | const FloatNDArray & | m, |
const FloatComplex & | s | ||
) |
Definition at line 15 of file mx-fnda-fcs.cc.
boolNDArray mx_el_or | ( | const FloatNDArray & | m, |
const FloatComplex & | s | ||
) |
Definition at line 15 of file mx-fnda-fcs.cc.
FloatComplexNDArray operator* | ( | const FloatNDArray & | m, |
const FloatComplex & | s | ||
) |
Definition at line 13 of file mx-fnda-fcs.cc.
FloatComplexNDArray operator+ | ( | const FloatNDArray & | m, |
const FloatComplex & | s | ||
) |
Definition at line 13 of file mx-fnda-fcs.cc.
FloatComplexNDArray operator- | ( | const FloatNDArray & | m, |
const FloatComplex & | s | ||
) |
Definition at line 13 of file mx-fnda-fcs.cc.
FloatComplexNDArray operator/ | ( | const FloatNDArray & | m, |
const FloatComplex & | s | ||
) |
Definition at line 13 of file mx-fnda-fcs.cc.