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