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