Go to the source code of this file.
Functions | |
_zhematrix | t (const zhematrix &mat) |
_zgematrix | i (const zhematrix &mat) |
_zhematrix | conj (const zhematrix &mat) |
_zhematrix | conjt (const zhematrix &mat) |
|
inline |
return transposed zgematrix
Definition at line 3 of file zhematrix-calc.hpp.
References _(), i(), and zhematrix::n.
|
inline |
return its inverse matrix
Definition at line 18 of file zhematrix-calc.hpp.
References _(), zgematrix::identity(), zhematrix::n, and zhematrix::zhesv().
Referenced by conj(), and t().
|
inline |
return its conjugate matrix
Definition at line 34 of file zhematrix-calc.hpp.
References _(), i(), and zhematrix::n.
|
inline |
return its conjugate transposed matrix
Definition at line 49 of file zhematrix-calc.hpp.
References _().