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