Go to the source code of this file.
Functions | |
_dgsmatrix | t (const dgsmatrix &mat) |
void | idamax (long &i, long &j, const dgsmatrix &mat) |
double | damax (const dgsmatrix &mat) |
_dgsmatrix t | ( | const dgsmatrix & | mat | ) | [inline] |
return transposed dgsmatrix
Definition at line 3 of file dgsmatrix-calc.hpp.
References _(), dgsmatrix::cols, dgsmatrix::data, dgsmatrix::rows, and swap().
search the index of element having the largest absolute value in 0-based numbering system
Definition at line 21 of file dgsmatrix-calc.hpp.
References dgsmatrix::data.
return its largest absolute value
Definition at line 37 of file dgsmatrix-calc.hpp.
References dgsmatrix::data.