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