Go to the source code of this file.
Functions | |
_zgsmatrix | operator* (const comple &d, const _zhsmatrix &mat) |
_zgsmatrix operator* | ( | const comple & | d, |
const _zhsmatrix & | mat | ||
) | [inline] |
complex*_zhsmatrix operator
Definition at line 3 of file complex-_zhsmatrix.hpp.
References _zhsmatrix::to_zgsmatrix().
{VERBOSE_REPORT; zgsmatrix newmat( mat.to_zgsmatrix() ); return d*newmat; }