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