Go to the source code of this file.
Functions | |
boolNDArray | mx_el_and (const FloatComplexNDArray &, const float &) |
boolNDArray | mx_el_eq (const FloatComplexNDArray &, const float &) |
boolNDArray | mx_el_ge (const FloatComplexNDArray &, const float &) |
boolNDArray | mx_el_gt (const FloatComplexNDArray &, const float &) |
boolNDArray | mx_el_le (const FloatComplexNDArray &, const float &) |
boolNDArray | mx_el_lt (const FloatComplexNDArray &, const float &) |
boolNDArray | mx_el_ne (const FloatComplexNDArray &, const float &) |
boolNDArray | mx_el_not_and (const FloatComplexNDArray &, const float &) |
boolNDArray | mx_el_not_or (const FloatComplexNDArray &, const float &) |
boolNDArray | mx_el_or (const FloatComplexNDArray &, const float &) |
FloatComplexNDArray | operator* (const FloatComplexNDArray &, const float &) |
FloatComplexNDArray | operator+ (const FloatComplexNDArray &, const float &) |
FloatComplexNDArray | operator- (const FloatComplexNDArray &, const float &) |
FloatComplexNDArray | operator/ (const FloatComplexNDArray &, const float &) |
boolNDArray mx_el_and | ( | const FloatComplexNDArray & | m, |
const float & | s | ||
) |
Definition at line 13 of file mx-fcnda-fs.cc.
boolNDArray mx_el_eq | ( | const FloatComplexNDArray & | m, |
const float & | s | ||
) |
Definition at line 12 of file mx-fcnda-fs.cc.
boolNDArray mx_el_ge | ( | const FloatComplexNDArray & | m, |
const float & | s | ||
) |
Definition at line 12 of file mx-fcnda-fs.cc.
boolNDArray mx_el_gt | ( | const FloatComplexNDArray & | m, |
const float & | s | ||
) |
Definition at line 12 of file mx-fcnda-fs.cc.
boolNDArray mx_el_le | ( | const FloatComplexNDArray & | m, |
const float & | s | ||
) |
Definition at line 12 of file mx-fcnda-fs.cc.
boolNDArray mx_el_lt | ( | const FloatComplexNDArray & | m, |
const float & | s | ||
) |
Definition at line 12 of file mx-fcnda-fs.cc.
boolNDArray mx_el_ne | ( | const FloatComplexNDArray & | m, |
const float & | s | ||
) |
Definition at line 12 of file mx-fcnda-fs.cc.
boolNDArray mx_el_not_and | ( | const FloatComplexNDArray & | m, |
const float & | s | ||
) |
Definition at line 13 of file mx-fcnda-fs.cc.
boolNDArray mx_el_not_or | ( | const FloatComplexNDArray & | m, |
const float & | s | ||
) |
Definition at line 13 of file mx-fcnda-fs.cc.
boolNDArray mx_el_or | ( | const FloatComplexNDArray & | m, |
const float & | s | ||
) |
Definition at line 13 of file mx-fcnda-fs.cc.
FloatComplexNDArray operator* | ( | const FloatComplexNDArray & | m, |
const float & | s | ||
) |
Definition at line 11 of file mx-fcnda-fs.cc.
FloatComplexNDArray operator+ | ( | const FloatComplexNDArray & | m, |
const float & | s | ||
) |
Definition at line 11 of file mx-fcnda-fs.cc.
FloatComplexNDArray operator- | ( | const FloatComplexNDArray & | m, |
const float & | s | ||
) |
Definition at line 11 of file mx-fcnda-fs.cc.
FloatComplexNDArray operator/ | ( | const FloatComplexNDArray & | m, |
const float & | s | ||
) |
Definition at line 11 of file mx-fcnda-fs.cc.