CPPLapack
 All Classes Files Functions Variables Friends Pages
Functions
complex-zhsmatrix.hpp File Reference

Go to the source code of this file.

Functions

_zgsmatrix operator* (const comple &d, const zhsmatrix &mat)
 

Function Documentation

_zgsmatrix operator* ( const comple &  d,
const zhsmatrix mat 
)
inline

complex*zhsmatrix operator

Definition at line 3 of file complex-zhsmatrix.hpp.

References zhsmatrix::to_zgsmatrix().

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
_zgsmatrix to_zgsmatrix() const