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 58 of file _zgbmatrix-calc.hpp.
References conj(), i, _zgbmatrix::KL, _zgbmatrix::KU, _zgbmatrix::M, CPPL::max(), CPPL::min(), and _zgbmatrix::N.
_zgbmatrix conjt | ( | const _zgbmatrix & | mat | ) | [inline] |
return its conjugate transposed zgbmatrix
Definition at line 76 of file _zgbmatrix-calc.hpp.
References CPPL::_(), conj(), _zgbmatrix::destroy(), i, zgbmatrix::kl, _zgbmatrix::KL, zgbmatrix::ku, _zgbmatrix::KU, zgbmatrix::m, _zgbmatrix::M, CPPL::max(), CPPL::min(), zgbmatrix::n, and _zgbmatrix::N.
_zgematrix i | ( | const _zgbmatrix & | mat | ) | [inline] |
return its inverse matrix
Definition at line 23 of file _zgbmatrix-calc.hpp.
References CPPL::_(), zgematrix::identity(), _zgbmatrix::M, _zgbmatrix::N, zgbmatrix::shallow_copy(), and zgbmatrix::zgbsv().
_zgbmatrix t | ( | const _zgbmatrix & | mat | ) | [inline] |
return its transposed zgbmatrix
Definition at line 3 of file _zgbmatrix-calc.hpp.
References CPPL::_(), _zgbmatrix::destroy(), i, zgbmatrix::kl, _zgbmatrix::KL, zgbmatrix::ku, _zgbmatrix::KU, zgbmatrix::m, _zgbmatrix::M, CPPL::max(), CPPL::min(), zgbmatrix::n, and _zgbmatrix::N.