CPPLapack
 All Classes Files Functions Variables Friends
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().

{VERBOSE_REPORT;
  zgsmatrix newmat( mat.to_zgsmatrix() );
  return d*newmat;
}
 All Classes Files Functions Variables Friends