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::darray, i(), and _dsymatrix::n.
_dsymatrix operator/ | ( | const _dsymatrix & | mat, |
const double & | d | ||
) | [inline] |
dsymatrix/double operator
Definition at line 15 of file _dsymatrix-double.hpp.
References _dsymatrix::darray, i(), and _dsymatrix::n.