Go to the source code of this file.
Functions | |
_dgematrix | t (const dgematrix &mat) |
_dgematrix | i (const dgematrix &mat) |
void | idamax (long &i, long &j, const dgematrix &mat) |
double | damax (const dgematrix &mat) |
double damax | ( | const dgematrix & | mat | ) | [inline] |
return its largest absolute value
Definition at line 67 of file dgematrix-calc.hpp.
References idamax_.
_dgematrix i | ( | const dgematrix & | mat | ) | [inline] |
return its inverse matrix
Definition at line 21 of file dgematrix-calc.hpp.
References CPPL::_(), and dgematrix::identity().
void idamax | ( | long & | i, | |
long & | j, | |||
const dgematrix & | mat | |||
) | [inline] |
search the index of element having the largest absolute value in 0-based numbering system
Definition at line 53 of file dgematrix-calc.hpp.
References idamax_.
_dgematrix t | ( | const dgematrix & | mat | ) | [inline] |
return transposed dgematrix
Definition at line 3 of file dgematrix-calc.hpp.