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