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