CPPLapack
 All Classes Files Functions Variables Friends
complex-_zgematrix.hpp
Go to the documentation of this file.
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 }
 All Classes Files Functions Variables Friends