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