6 std::cerr <<
"# [MARK] _zhematrix::_zhematrix()"
16 std::cerr <<
"# [NOTE] _zhematrix::_zhematrix() "
17 <<
"A new 0x0 matrix at " <<
Array
18 <<
" has been made." << std::endl;
27 std::cerr <<
"# [MARK] _zhematrix::_zhematrix(const _zhematrix&)"
37 std::cerr <<
"# [NOTE] _zhematrix::_zhematrix(const _zhematrix&) "
38 <<
"A matrix pointing at " <<
Array
53 std::cerr <<
"# [MARK] _zhematrix::~_zhematrix()"
58 std::cerr <<
"# [NOTE] _zhematrix::~_zhematrix() "
59 <<
"A _zhematrix is going to be destructed." << std::endl;
(DO NOT USE) Smart-temporary Complex Double-precision Hermitian Matrix Class
Definition: _zhematrix.hpp:3
_zhematrix()
Definition: _zhematrix-constructor.hpp:3
std::complex< double > * Array
1D Array to store matrix data
Definition: _zhematrix.hpp:8
std::complex< double > ** Darray
array of pointers of column head addresses
Definition: _zhematrix.hpp:9
~_zhematrix()
Definition: _zhematrix-constructor.hpp:50
long N
matrix column or row size
Definition: _zhematrix.hpp:7