Go to the source code of this file.
Functions | |
_zhematrix | t (const _zhematrix &mat) |
_zgematrix | i (const _zhematrix &mat) |
_zgematrix i | ( | const _zhematrix & | mat | ) | [inline] |
return its inverse matrix
Definition at line 21 of file _zhematrix-calc.hpp.
References CPPL::_(), zgematrix::identity(), _zhematrix::N, zhematrix::shallow_copy(), and zhematrix::zhesv().
_zhematrix t | ( | const _zhematrix & | mat | ) | [inline] |
return transposed _zhematrix
Definition at line 3 of file _zhematrix-calc.hpp.