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