6 std::cerr <<
"# [MARK] _zssmatrix::destroy() const"
11 std::cerr <<
"# [NOTE] _zssmatrix::destroy() "
12 <<
" An array at " <<
Array
13 <<
" is going to be destroyed." << std::endl;
std::complex< double > * Array
1D array to store non-zero matrix data
Definition: _zssmatrix.hpp:11
void destroy() const
Definition: _zssmatrix-misc.hpp:3
long * Jndx
1D array to store the j-index of non-zero matrix components
Definition: _zssmatrix.hpp:13
long * Indx
1D array to store the i-index of non-zero matrix components
Definition: _zssmatrix.hpp:12