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