Go to the source code of this file.
Functions | |
_dsymatrix | operator* (const dsymatrix &mat, const double &d) |
_dsymatrix | operator/ (const dsymatrix &mat, const double &d) |
_dsymatrix operator* | ( | const dsymatrix & | mat, | |
const double & | d | |||
) | [inline] |
dsymatrix*double operator
Definition at line 33 of file dsymatrix-double.hpp.
_dsymatrix operator/ | ( | const dsymatrix & | mat, | |
const double & | d | |||
) | [inline] |
dsymatrix/double operator
Definition at line 48 of file dsymatrix-double.hpp.