CPPLapack
 All Classes Files Functions Variables Friends
complex-_zhsmatrix.hpp
Go to the documentation of this file.
00001 //=============================================================================
00002 /*! complex*_zhsmatrix operator */
00003 inline _zgsmatrix operator*(const comple& d, const _zhsmatrix& mat)
00004 {VERBOSE_REPORT;
00005   zgsmatrix newmat( mat.to_zgsmatrix() );
00006   return d*newmat;
00007 }
 All Classes Files Functions Variables Friends