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 _(), i(), zgematrix::m, and zgematrix::n.
|
inline |
return its inverse matrix
Definition at line 18 of file zgematrix-calc.hpp.
References _(), zgematrix::identity(), zgematrix::m, zgematrix::n, and zgematrix::zgesv().
Referenced by conj(), conjt(), and t().
|
inline |
return its conjugate matrix
Definition at line 42 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(), i(), zgematrix::m, and zgematrix::n.
|
inline |
search the index of element having the largest absolute value in 0-based numbering system
Definition at line 77 of file zgematrix-calc.hpp.
References zgematrix::array, zgematrix::m, and zgematrix::n.
|
inline |
return its largest absolute value
Definition at line 88 of file zgematrix-calc.hpp.
References zgematrix::array, zgematrix::m, and zgematrix::n.