Go to the source code of this file.
Functions | |
_dgematrix | operator* (const _dgematrix &mat, const double &d) |
_dgematrix | operator/ (const _dgematrix &mat, const double &d) |
_dgematrix operator* | ( | const _dgematrix & | mat, | |
const double & | d | |||
) | [inline] |
_dgematrix*double operator
Definition at line 3 of file _dgematrix-double.hpp.
References _dgematrix::Array, dscal_, _dgematrix::M, and _dgematrix::N.
_dgematrix operator/ | ( | const _dgematrix & | mat, | |
const double & | d | |||
) | [inline] |
_dgematrix/double operator
Definition at line 16 of file _dgematrix-double.hpp.
References _dgematrix::Array, dscal_, _dgematrix::M, and _dgematrix::N.