00001 //============================================================================= 00002 /*! comple*_zgematrix operator */ 00003 inline _zgematrix operator*(const comple& d, const _zgematrix& mat) 00004 {VERBOSE_REPORT; 00005 zscal_(mat.m*mat.n, d, mat.array, 1); 00006 return mat; 00007 }