6 std::cerr <<
"# [MARK] operator+(const _dgbmatrix&)"
18 std::cerr <<
"# [MARK] operator-(const _dgbmatrix&)"
22 for(
long i=0; i<(mat.
KL+mat.
KU+1)*mat.
N; i++){
long KL
lower band width
Definition: _dgbmatrix.hpp:9
long N
matrix column size
Definition: _dgbmatrix.hpp:8
double * Array
1D Array to store matrix data
Definition: _dgbmatrix.hpp:11
friend _drovector operator-(const _drovector &)
Definition: _drovector-unary.hpp:15
(DO NOT USE) Smart-temporary Real Double-precision General Band Matrix Class
Definition: _dgbmatrix.hpp:3
long KU
upper band width
Definition: _dgbmatrix.hpp:10
friend const _drovector & operator+(const _drovector &)
Definition: _drovector-unary.hpp:3