Go to the source code of this file.
Functions | |
_dgbmatrix | t (const _dgbmatrix &mat) |
_dgematrix | i (const _dgbmatrix &mat) |
_dgematrix i | ( | const _dgbmatrix & | mat | ) | [inline] |
return its inverse matrix
Definition at line 23 of file _dgbmatrix-calc.hpp.
References CPPL::_(), dgbmatrix::dgbsv(), dgematrix::identity(), _dgbmatrix::M, _dgbmatrix::N, and dgbmatrix::shallow_copy().
_dgbmatrix t | ( | const _dgbmatrix & | mat | ) | [inline] |
return its transposed dgbmatrix
Definition at line 3 of file _dgbmatrix-calc.hpp.
References CPPL::_(), _dgbmatrix::destroy(), i, dgbmatrix::kl, _dgbmatrix::KL, dgbmatrix::ku, _dgbmatrix::KU, dgbmatrix::m, _dgbmatrix::M, CPPL::max(), CPPL::min(), dgbmatrix::n, and _dgbmatrix::N.