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