#include "Array-util.h"
#include "mx-ui8nda-fnda.h"
#include "mx-op-defs.h"
#include "boolMatrix.h"
#include "boolNDArray.h"
#include "uint8NDArray.h"
#include "fNDArray.h"
Go to the source code of this file.
boolNDArray mx_el_and | ( | const uint8NDArray & | m1, |
const FloatNDArray & | m2 | ||
) |
Definition at line 14 of file mx-ui8nda-fnda.cc.
boolNDArray mx_el_and_not | ( | const uint8NDArray & | m1, |
const FloatNDArray & | m2 | ||
) |
Definition at line 14 of file mx-ui8nda-fnda.cc.
boolNDArray mx_el_eq | ( | const uint8NDArray & | m1, |
const FloatNDArray & | m2 | ||
) |
Definition at line 13 of file mx-ui8nda-fnda.cc.
boolNDArray mx_el_ge | ( | const uint8NDArray & | m1, |
const FloatNDArray & | m2 | ||
) |
Definition at line 13 of file mx-ui8nda-fnda.cc.
boolNDArray mx_el_gt | ( | const uint8NDArray & | m1, |
const FloatNDArray & | m2 | ||
) |
Definition at line 13 of file mx-ui8nda-fnda.cc.
boolNDArray mx_el_le | ( | const uint8NDArray & | m1, |
const FloatNDArray & | m2 | ||
) |
Definition at line 13 of file mx-ui8nda-fnda.cc.
boolNDArray mx_el_lt | ( | const uint8NDArray & | m1, |
const FloatNDArray & | m2 | ||
) |
Definition at line 13 of file mx-ui8nda-fnda.cc.
boolNDArray mx_el_ne | ( | const uint8NDArray & | m1, |
const FloatNDArray & | m2 | ||
) |
Definition at line 13 of file mx-ui8nda-fnda.cc.
boolNDArray mx_el_not_and | ( | const uint8NDArray & | m1, |
const FloatNDArray & | m2 | ||
) |
Definition at line 14 of file mx-ui8nda-fnda.cc.
boolNDArray mx_el_not_or | ( | const uint8NDArray & | m1, |
const FloatNDArray & | m2 | ||
) |
Definition at line 14 of file mx-ui8nda-fnda.cc.
boolNDArray mx_el_or | ( | const uint8NDArray & | m1, |
const FloatNDArray & | m2 | ||
) |
Definition at line 14 of file mx-ui8nda-fnda.cc.
boolNDArray mx_el_or_not | ( | const uint8NDArray & | m1, |
const FloatNDArray & | m2 | ||
) |
Definition at line 14 of file mx-ui8nda-fnda.cc.
uint8NDArray operator+ | ( | const uint8NDArray & | m1, |
const FloatNDArray & | m2 | ||
) |
Definition at line 12 of file mx-ui8nda-fnda.cc.
uint8NDArray operator- | ( | const uint8NDArray & | m1, |
const FloatNDArray & | m2 | ||
) |
Definition at line 12 of file mx-ui8nda-fnda.cc.
uint8NDArray product | ( | const uint8NDArray & | m1, |
const FloatNDArray & | m2 | ||
) |
Definition at line 12 of file mx-ui8nda-fnda.cc.
uint8NDArray quotient | ( | const uint8NDArray & | m1, |
const FloatNDArray & | m2 | ||
) |
Definition at line 12 of file mx-ui8nda-fnda.cc.