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