6 std::cerr <<
"# [MARK] t(const _dssmatrix&)"
10 long* mat_Indx(mat.
Indx);
27 std::cerr <<
"# [MARK] idamax(long&, long&, const _dssmatrix&)"
31 long index( idamax_(mat.
VOL, mat.
Array, 1) -1 );
43 std::cerr <<
"# [MARK] damax(const _dssmatrix&)"
friend long idamax(const drovector &)
Definition: drovector-calc.hpp:31
(DO NOT USE) Smart-temporary Real Double-precision Sparse Matrix Class
Definition: _dssmatrix.hpp:3
long * Indx
1D array to store the i-index of non-zero matrix components
Definition: _dssmatrix.hpp:12
double * Array
1D array to store non-zero matrix data
Definition: _dssmatrix.hpp:11
friend double damax(const drovector &)
Definition: drovector-calc.hpp:43
long VOL
the number of non-zero components
Definition: _dssmatrix.hpp:10
long * Jndx
1D array to store the j-index of non-zero matrix components
Definition: _dssmatrix.hpp:13
void destroy() const
Definition: _dssmatrix-misc.hpp:3
friend _dcovector t(const drovector &)
Definition: drovector-calc.hpp:3