Go to the source code of this file.
Functions | |
ComplexDiagMatrix | operator* (const DiagMatrix &, const Complex &) |
ComplexDiagMatrix | operator/ (const DiagMatrix &, const Complex &) |
ComplexDiagMatrix operator* | ( | const DiagMatrix & | dm, |
const Complex & | s | ||
) |
Definition at line 13 of file mx-dm-cs.cc.
ComplexDiagMatrix operator/ | ( | const DiagMatrix & | dm, |
const Complex & | s | ||
) |
Definition at line 13 of file mx-dm-cs.cc.