Go to the source code of this file.
Functions | |
_zgematrix | t (const _zgematrix &mat) |
_zgematrix | i (const _zgematrix &mat) |
_zgematrix | conj (const _zgematrix &mat) |
_zgematrix | conjt (const _zgematrix &mat) |
void | idamax (CPPL_INT &i, CPPL_INT &j, const _zgematrix &mat) |
comple | damax (const _zgematrix &mat) |
|
inline |
return transposed zgematrix
Definition at line 3 of file _zgematrix-calc.hpp.
References _(), _zgematrix::destroy(), i(), zgematrix::m, _zgematrix::m, _zgematrix::n, and zgematrix::n.
|
inline |
return its inverse matrix
Definition at line 19 of file _zgematrix-calc.hpp.
References _(), zgematrix::identity(), _zgematrix::m, zgematrix::m, zgematrix::n, _zgematrix::n, and zgematrix::zgesv().
Referenced by conj(), conjt(), and t().
|
inline |
return its conjugate matrix
Definition at line 44 of file _zgematrix-calc.hpp.
References i(), _zgematrix::m, and _zgematrix::n.
Referenced by conjt().
|
inline |
return its conjugate transposed matrix
Definition at line 57 of file _zgematrix-calc.hpp.
References _(), conj(), _zgematrix::destroy(), i(), zgematrix::m, _zgematrix::m, _zgematrix::n, and zgematrix::n.
|
inline |
search the index of element having the largest absolute value in 0-based numbering system
Definition at line 78 of file _zgematrix-calc.hpp.
References _zgematrix::array, _zgematrix::destroy(), _zgematrix::m, and _zgematrix::n.
|
inline |
return its largest absolute value
Definition at line 91 of file _zgematrix-calc.hpp.
References _zgematrix::array, _zgematrix::destroy(), _zgematrix::m, and _zgematrix::n.