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