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