00001 //============================================================================= 00002 /*! complex*zhsmatrix operator */ 00003 inline _zgsmatrix operator*(const comple& d, const zhsmatrix& mat) 00004 {VERBOSE_REPORT; 00005 zgsmatrix newmat( mat.to_zgsmatrix() ); 00006 return d*newmat; 00007 }