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; }