6 std::cerr <<
"# [MARK] _zgbmatrix& operator+(const _zgbmatrix&)"
18 std::cerr <<
"# [MARK] operator-(const _zgbmatrix&)"
22 for(
long i=0; i<(mat.
KL+mat.
KU+1)*mat.
N; i++){
friend _zrovector operator-(const _zrovector &)
Definition: _zrovector-unary.hpp:15
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
(DO NOT USE) Smart-temporary Complex Double-precision General Band Matrix Class
Definition: _zgbmatrix.hpp:3
friend const _zrovector & operator+(const _zrovector &)
Definition: _zrovector-unary.hpp:3
long KL
lower band width
Definition: _zgbmatrix.hpp:9