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) |
_zhematrix t | ( | const zhematrix & | mat | ) | [inline] |
_zgematrix i | ( | const zhematrix & | mat | ) | [inline] |
return its inverse matrix
Definition at line 15 of file zhematrix-calc.hpp.
References _(), zgematrix::identity(), zhematrix::n, and zhematrix::zhesv().
_zhematrix conj | ( | const zhematrix & | mat | ) | [inline] |
_zhematrix conjt | ( | const zhematrix & | mat | ) | [inline] |
return its conjugate transposed matrix
Definition at line 46 of file zhematrix-calc.hpp.
References _().