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