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 23 of file dgematrix-double.hpp.
References _(), dgematrix::array, i(), dgematrix::m, and dgematrix::n.
_dgematrix operator/ | ( | const dgematrix & | mat, |
const double & | d | ||
) | [inline] |
dgematrix/double operator
Definition at line 33 of file dgematrix-double.hpp.
References _(), dgematrix::array, i(), dgematrix::m, and dgematrix::n.