6 std::cerr <<
"# [MARK] t(const _zssmatrix&)"
10 long* mat_Indx(mat.
Indx);
27 std::cerr <<
"# [MARK] idamax(long&, long&, const _zssmatrix&)"
31 long index( izamax_(mat.
VOL, mat.
Array, 1) -1 );
43 std::cerr <<
"# [MARK] damax(const _zssmatrix&)"
47 std::complex<double> val( mat.
Array[izamax_(mat.
VOL, mat.
Array, 1) -1] );
long VOL
the number of non-zero components
Definition: _zssmatrix.hpp:10
(DO NOT USE) Smart-temporary Complex Double-precision Sparse Matrix Class
Definition: _zssmatrix.hpp:3
friend std::complex< double > damax(const zrovector &)
Definition: zrovector-calc.hpp:77
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
friend long idamax(const zrovector &)
Definition: zrovector-calc.hpp:65
friend _zcovector t(const zrovector &)
Definition: zrovector-calc.hpp:3
long * Indx
1D array to store the i-index of non-zero matrix components
Definition: _zssmatrix.hpp:12