Go to the source code of this file.
Functions | |
_zssmatrix | t (const _zssmatrix &mat) |
void | idamax (long &i, long &j, const _zssmatrix &mat) |
std::complex< double > | damax (const _zssmatrix &mat) |
std::complex<double> damax | ( | const _zssmatrix & | mat | ) | [inline] |
return its largest absolute value
Definition at line 40 of file _zssmatrix-calc.hpp.
References _zssmatrix::Array, _zssmatrix::destroy(), izamax_, and _zssmatrix::VOL.
void idamax | ( | long & | i, | |
long & | j, | |||
const _zssmatrix & | mat | |||
) | [inline] |
search the index of element having the largest absolute value in 0-based numbering system
Definition at line 24 of file _zssmatrix-calc.hpp.
References _zssmatrix::Array, _zssmatrix::destroy(), _zssmatrix::Indx, izamax_, _zssmatrix::Jndx, and _zssmatrix::VOL.
_zssmatrix t | ( | const _zssmatrix & | mat | ) | [inline] |
return transposed _zssmatrix
Definition at line 3 of file _zssmatrix-calc.hpp.
References _zssmatrix::Indx, and _zssmatrix::Jndx.