Go to the source code of this file.
Functions | |
FloatComplexMatrix | operator* (const FloatDiagMatrix &, const FloatComplexMatrix &) |
FloatComplexMatrix | operator+ (const FloatDiagMatrix &, const FloatComplexMatrix &) |
FloatComplexMatrix | operator- (const FloatDiagMatrix &, const FloatComplexMatrix &) |
FloatComplexMatrix operator* | ( | const FloatDiagMatrix & | dm, |
const FloatComplexMatrix & | m | ||
) |
Definition at line 12 of file mx-fdm-fcm.cc.
FloatComplexMatrix operator+ | ( | const FloatDiagMatrix & | dm, |
const FloatComplexMatrix & | m | ||
) |
Definition at line 12 of file mx-fdm-fcm.cc.
FloatComplexMatrix operator- | ( | const FloatDiagMatrix & | dm, |
const FloatComplexMatrix & | m | ||
) |
Definition at line 12 of file mx-fdm-fcm.cc.