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 izamax_.
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 26 of file zssmatrix-calc.hpp.
References izamax_.
_zssmatrix t | ( | const zssmatrix & | mat | ) | [inline] |
return transposed zssmatrix
Definition at line 3 of file zssmatrix-calc.hpp.
References CPPL::_(), and zssmatrix::fput().