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 3 of file _dsymatrix-double.hpp.
References _dsymatrix::Array, dscal_, and _dsymatrix::N.
_dsymatrix operator/ | ( | const _dsymatrix & | mat, | |
const double & | d | |||
) | [inline] |
dsymatrix/double operator
Definition at line 16 of file _dsymatrix-double.hpp.
References _dsymatrix::Array, dscal_, and _dsymatrix::N.