CPPLapack
 All Classes Files Functions Variables Friends
double-_zgematrix.hpp
Go to the documentation of this file.
00001 //=============================================================================
00002 /*! double*_zgematrix operator */
00003 inline _zgematrix operator*(const double& d, const _zgematrix& mat)
00004 {VERBOSE_REPORT;
00005   zdscal_(mat.m*mat.n, d, mat.array, 1);
00006   return mat;
00007 }
 All Classes Files Functions Variables Friends