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