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