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