CPPLapack
 All Classes Files Functions Variables Friends Pages
complex-zhsmatrix.hpp
Go to the documentation of this file.
1 //=============================================================================
2 /*! complex*zhsmatrix operator */
3 inline _zgsmatrix operator*(const comple& d, const zhsmatrix& mat)
4 {CPPL_VERBOSE_REPORT;
5  zgsmatrix newmat =mat.to_zgsmatrix();
6  return d*newmat;
7 }
Complex Double-precision General Sparse Matrix Class.
Definition: zgsmatrix.hpp:3
(DO NOT USE) Smart-temporary Real Double-precision General Sparse Matrix Class
Definition: _zgsmatrix.hpp:3
_zgsmatrix to_zgsmatrix() const
Complex Double-precision Hermitian Sparse Matrix Class.
Definition: zhsmatrix.hpp:3
_zgsmatrix operator*(const comple &d, const zhsmatrix &mat)