Go to the source code of this file.
Functions | |
boolMatrix | mx_el_and (const FloatComplexMatrix &, const FloatMatrix &) |
boolMatrix | mx_el_eq (const FloatComplexMatrix &, const FloatMatrix &) |
boolMatrix | mx_el_ge (const FloatComplexMatrix &, const FloatMatrix &) |
boolMatrix | mx_el_gt (const FloatComplexMatrix &, const FloatMatrix &) |
boolMatrix | mx_el_le (const FloatComplexMatrix &, const FloatMatrix &) |
boolMatrix | mx_el_lt (const FloatComplexMatrix &, const FloatMatrix &) |
boolMatrix | mx_el_ne (const FloatComplexMatrix &, const FloatMatrix &) |
boolMatrix | mx_el_or (const FloatComplexMatrix &, const FloatMatrix &) |
FloatComplexMatrix | operator+ (const FloatComplexMatrix &, const FloatMatrix &) |
FloatComplexMatrix | operator- (const FloatComplexMatrix &, const FloatMatrix &) |
FloatComplexMatrix | product (const FloatComplexMatrix &, const FloatMatrix &) |
FloatComplexMatrix | quotient (const FloatComplexMatrix &, const FloatMatrix &) |
boolMatrix mx_el_and | ( | const FloatComplexMatrix & | m1, |
const FloatMatrix & | m2 | ||
) |
Definition at line 37 of file mx-fcm-fm.cc.
boolMatrix mx_el_eq | ( | const FloatComplexMatrix & | m1, |
const FloatMatrix & | m2 | ||
) |
Definition at line 36 of file mx-fcm-fm.cc.
boolMatrix mx_el_ge | ( | const FloatComplexMatrix & | m1, |
const FloatMatrix & | m2 | ||
) |
Definition at line 36 of file mx-fcm-fm.cc.
boolMatrix mx_el_gt | ( | const FloatComplexMatrix & | m1, |
const FloatMatrix & | m2 | ||
) |
Definition at line 36 of file mx-fcm-fm.cc.
boolMatrix mx_el_le | ( | const FloatComplexMatrix & | m1, |
const FloatMatrix & | m2 | ||
) |
Definition at line 36 of file mx-fcm-fm.cc.
boolMatrix mx_el_lt | ( | const FloatComplexMatrix & | m1, |
const FloatMatrix & | m2 | ||
) |
Definition at line 36 of file mx-fcm-fm.cc.
boolMatrix mx_el_ne | ( | const FloatComplexMatrix & | m1, |
const FloatMatrix & | m2 | ||
) |
Definition at line 36 of file mx-fcm-fm.cc.
boolMatrix mx_el_or | ( | const FloatComplexMatrix & | m1, |
const FloatMatrix & | m2 | ||
) |
Definition at line 37 of file mx-fcm-fm.cc.
FloatComplexMatrix operator+ | ( | const FloatComplexMatrix & | m1, |
const FloatMatrix & | m2 | ||
) |
Definition at line 14 of file mx-fcm-fm.cc.
References mx_inline_add().
FloatComplexMatrix operator- | ( | const FloatComplexMatrix & | m1, |
const FloatMatrix & | m2 | ||
) |
Definition at line 20 of file mx-fcm-fm.cc.
References mx_inline_sub().
FloatComplexMatrix product | ( | const FloatComplexMatrix & | m1, |
const FloatMatrix & | m2 | ||
) |
Definition at line 26 of file mx-fcm-fm.cc.
References mx_inline_mul().
FloatComplexMatrix quotient | ( | const FloatComplexMatrix & | m1, |
const FloatMatrix & | m2 | ||
) |
Definition at line 32 of file mx-fcm-fm.cc.
References mx_inline_div().