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, _zhematrix::N, and zdscal_.
_zhematrix operator/ | ( | const _zhematrix & | mat, | |
const double & | d | |||
) | [inline] |
_zhematrix/double operator
Definition at line 16 of file _zhematrix-double.hpp.
References _zhematrix::Array, _zhematrix::N, and zdscal_.