#include "Array-util.h"
#include "mx-ui16nda-fs.h"
#include "mx-op-defs.h"
#include "boolMatrix.h"
#include "boolNDArray.h"
#include "uint16NDArray.h"
Go to the source code of this file.
boolNDArray mx_el_and | ( | const uint16NDArray & | m, |
const float & | s | ||
) |
Definition at line 13 of file mx-ui16nda-fs.cc.
boolNDArray mx_el_and_not | ( | 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.
boolNDArray mx_el_or_not | ( | 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.