Download this file
1 2 3 4 5 6 7
//============================================================================= /*! comple*_zgematrix operator */ inline _zgematrix operator*(const comple& d, const _zgematrix& mat) {CPPL_VERBOSE_REPORT; zscal_(mat.m*mat.n, d, mat.array, 1); return mat; }