Go to the source code of this file.
Functions | |
ComplexMatrix | operator* (const ComplexDiagMatrix &, const ComplexMatrix &) |
ComplexMatrix | operator+ (const ComplexDiagMatrix &, const ComplexMatrix &) |
ComplexMatrix | operator- (const ComplexDiagMatrix &, const ComplexMatrix &) |
ComplexMatrix operator* | ( | const ComplexDiagMatrix & | dm, |
const ComplexMatrix & | m | ||
) |
Definition at line 12 of file mx-cdm-cm.cc.
ComplexMatrix operator+ | ( | const ComplexDiagMatrix & | dm, |
const ComplexMatrix & | m | ||
) |
Definition at line 12 of file mx-cdm-cm.cc.
ComplexMatrix operator- | ( | const ComplexDiagMatrix & | dm, |
const ComplexMatrix & | m | ||
) |
Definition at line 12 of file mx-cdm-cm.cc.