6 std::cerr <<
"# [MARK] _dgbmatrix::_dgbmatrix()"
19 std::cerr <<
"# [NOTE] _dgbmatrix::_dgbmatrix() "
20 <<
"A new 0x0:0,0 matrix at " <<
Array <<
" has been made."
30 std::cerr <<
"# [MARK] _dgbmatrix::_dgbmatrix(const _dgbmatrix&)"
43 std::cerr <<
"# [NOTE] _dgbmatrix::_dgbmatrix(const _dgbmatrix&) "
44 <<
"A new matrix at " <<
Array <<
" has been made." << std::endl;
57 std::cerr <<
"# [MARK] _dgbmatrix::~_dgbmatrix()"
62 std::cerr <<
"# [NOTE] _dgbmatrix::~_dgbmatrix() "
63 <<
"A _dgematrix is is going to be destructed." << std::endl;
long KL
lower band width
Definition: _dgbmatrix.hpp:9
long M
matrix row size
Definition: _dgbmatrix.hpp:7
long N
matrix column size
Definition: _dgbmatrix.hpp:8
double * Array
1D Array to store matrix data
Definition: _dgbmatrix.hpp:11
double ** Darray
array of pointers of column head addresses
Definition: _dgbmatrix.hpp:12
~_dgbmatrix()
Definition: _dgbmatrix-constructor.hpp:54
(DO NOT USE) Smart-temporary Real Double-precision General Band Matrix Class
Definition: _dgbmatrix.hpp:3
_dgbmatrix()
Definition: _dgbmatrix-constructor.hpp:3
long KU
upper band width
Definition: _dgbmatrix.hpp:10