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