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