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

Go to the source code of this file.

Functions

_zgbmatrix operator* (const comple &d, const _zgbmatrix &mat)

Function Documentation

_zgbmatrix operator* ( const comple &  d,
const _zgbmatrix mat 
) [inline]

comple*_zgbmatrix operator

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

References _zgbmatrix::array, _zgbmatrix::kl, _zgbmatrix::ku, and _zgbmatrix::n.

{VERBOSE_REPORT;
  zscal_((mat.kl+mat.ku+1)*mat.n, d, mat.array, 1);
  return mat;
}
 All Classes Files Functions Variables Friends