Go to the source code of this file.
Functions | |
_dsymatrix | t (const _dsymatrix &mat) |
_dsymatrix | i (const _dsymatrix &mat) |
void | idamax (CPPL_INT &i, CPPL_INT &j, const _dsymatrix &mat) |
double | damax (const _dsymatrix &mat) |
|
inline |
return transposed _dsymatrix
Definition at line 3 of file _dsymatrix-calc.hpp.
|
inline |
return its inverse matrix
Definition at line 15 of file _dsymatrix-calc.hpp.
References _(), dsymatrix::array, dsymatrix::identity(), dsymatrix::n, and _dsymatrix::n.
|
inline |
search the index of element having the largest absolute value in 0-based numbering system
Definition at line 48 of file _dsymatrix-calc.hpp.
|
inline |
return its largest absolute value
Definition at line 56 of file _dsymatrix-calc.hpp.