Go to the source code of this file.
Functions | |
_zgematrix | operator* (const zgematrix &mat, const double &d) |
_zgematrix | operator/ (const zgematrix &mat, const double &d) |
_zgematrix operator* | ( | const zgematrix & | mat, |
const double & | d | ||
) | [inline] |
zgematrix*double operator
Definition at line 23 of file zgematrix-double.hpp.
References _(), zgematrix::array, i(), zgematrix::m, and zgematrix::n.
_zgematrix operator/ | ( | const zgematrix & | mat, |
const double & | d | ||
) | [inline] |
zgematrix/double operator
Definition at line 33 of file zgematrix-double.hpp.
References _(), zgematrix::array, i(), zgematrix::m, and zgematrix::n.