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