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