Go to the source code of this file.
Functions | |
_zgbmatrix | t (const zgbmatrix &mat) |
_zgematrix | i (const zgbmatrix &mat) |
_zgbmatrix | conj (const zgbmatrix &mat) |
_zgbmatrix | conjt (const zgbmatrix &mat) |
_zgbmatrix conj | ( | const zgbmatrix & | mat | ) | [inline] |
return its conjugate matrix
Definition at line 54 of file zgbmatrix-calc.hpp.
References CPPL::_(), conj(), i, CPPL::max(), and CPPL::min().
_zgbmatrix conjt | ( | const zgbmatrix & | mat | ) | [inline] |
return its conjugate transposed zgbmatrix
Definition at line 72 of file zgbmatrix-calc.hpp.
References CPPL::_(), conj(), i, zgbmatrix::kl, zgbmatrix::ku, zgbmatrix::m, CPPL::max(), CPPL::min(), and zgbmatrix::n.
_zgematrix i | ( | const zgbmatrix & | mat | ) | [inline] |
return its inverse matrix
Definition at line 22 of file zgbmatrix-calc.hpp.
References CPPL::_(), zgematrix::identity(), and zgbmatrix::zgbsv().
_zgbmatrix t | ( | const zgbmatrix & | mat | ) | [inline] |
return transposed zgbmatrix
Definition at line 3 of file zgbmatrix-calc.hpp.
References CPPL::_(), i, CPPL::max(), and CPPL::min().