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