Go to the source code of this file.
Functions | |
_zhematrix | operator* (const _zhematrix &mat, const double &d) |
_zhematrix | operator/ (const _zhematrix &mat, const double &d) |
_zhematrix operator* | ( | const _zhematrix & | mat, |
const double & | d | ||
) | [inline] |
_zhematrix*double operator
Definition at line 3 of file _zhematrix-double.hpp.
References _zhematrix::array, and _zhematrix::n.
_zhematrix operator/ | ( | const _zhematrix & | mat, |
const double & | d | ||
) | [inline] |
_zhematrix/double operator
Definition at line 11 of file _zhematrix-double.hpp.
References _zhematrix::array, and _zhematrix::n.