Go to the source code of this file.
boolNDArray mx_el_and | ( | const NDArray & | m1, |
const int32NDArray & | m2 | ||
) |
Definition at line 14 of file mx-nda-i32nda.cc.
boolNDArray mx_el_and_not | ( | const NDArray & | m1, |
const int32NDArray & | m2 | ||
) |
Definition at line 14 of file mx-nda-i32nda.cc.
boolNDArray mx_el_eq | ( | const NDArray & | m1, |
const int32NDArray & | m2 | ||
) |
Definition at line 13 of file mx-nda-i32nda.cc.
boolNDArray mx_el_ge | ( | const NDArray & | m1, |
const int32NDArray & | m2 | ||
) |
Definition at line 13 of file mx-nda-i32nda.cc.
boolNDArray mx_el_gt | ( | const NDArray & | m1, |
const int32NDArray & | m2 | ||
) |
Definition at line 13 of file mx-nda-i32nda.cc.
boolNDArray mx_el_le | ( | const NDArray & | m1, |
const int32NDArray & | m2 | ||
) |
Definition at line 13 of file mx-nda-i32nda.cc.
boolNDArray mx_el_lt | ( | const NDArray & | m1, |
const int32NDArray & | m2 | ||
) |
Definition at line 13 of file mx-nda-i32nda.cc.
boolNDArray mx_el_ne | ( | const NDArray & | m1, |
const int32NDArray & | m2 | ||
) |
Definition at line 13 of file mx-nda-i32nda.cc.
boolNDArray mx_el_not_and | ( | const NDArray & | m1, |
const int32NDArray & | m2 | ||
) |
Definition at line 14 of file mx-nda-i32nda.cc.
boolNDArray mx_el_not_or | ( | const NDArray & | m1, |
const int32NDArray & | m2 | ||
) |
Definition at line 14 of file mx-nda-i32nda.cc.
boolNDArray mx_el_or | ( | const NDArray & | m1, |
const int32NDArray & | m2 | ||
) |
Definition at line 14 of file mx-nda-i32nda.cc.
boolNDArray mx_el_or_not | ( | const NDArray & | m1, |
const int32NDArray & | m2 | ||
) |
Definition at line 14 of file mx-nda-i32nda.cc.
int32NDArray operator+ | ( | const NDArray & | m1, |
const int32NDArray & | m2 | ||
) |
Definition at line 12 of file mx-nda-i32nda.cc.
int32NDArray operator- | ( | const NDArray & | m1, |
const int32NDArray & | m2 | ||
) |
Definition at line 12 of file mx-nda-i32nda.cc.
int32NDArray product | ( | const NDArray & | m1, |
const int32NDArray & | m2 | ||
) |
Definition at line 12 of file mx-nda-i32nda.cc.
int32NDArray quotient | ( | const NDArray & | m1, |
const int32NDArray & | m2 | ||
) |
Definition at line 12 of file mx-nda-i32nda.cc.