6 std::cerr <<
"# [MARK] operator*(const _zgbmatrix&, const double&)"
10 zdscal_((mat.
KL+mat.
KU+1)*mat.
N, d, mat.
Array, 1);
19 std::cerr <<
"# [MARK] operator/(const _zgbmatrix&, const double&)"
23 zdscal_((mat.
KL+mat.
KU+1)*mat.
N, 1./d, mat.
Array, 1);
friend _zrovector operator/(const zrovector &, const double &)
Definition: zrovector-double.hpp:48
long N
matrix column size
Definition: _zgbmatrix.hpp:8
std::complex< double > * Array
1D Array to store matrix data
Definition: _zgbmatrix.hpp:11
long KU
upper band width
Definition: _zgbmatrix.hpp:10
friend _zrovector operator*(const zrovector &, const zgematrix &)
Definition: zrovector-zgematrix.hpp:3
(DO NOT USE) Smart-temporary Complex Double-precision General Band Matrix Class
Definition: _zgbmatrix.hpp:3
long KL
lower band width
Definition: _zgbmatrix.hpp:9