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