|
CAPD::DynSys Library
6.0.0
|
Namespaces | |
| capd | |
| capd::vectalg | |
| capd::matrixAlgorithms | |
| Matrix algorithms: Gauss elimination, orthonormalization, QR decomposition etc. | |
Functions | |
| template<typename IMatrixType > | |
| IMatrixType | capd::vectalg::midMatrix (const IMatrixType &v) |
| template<class MatrixType > | |
| void | capd::matrixAlgorithms::krawczykCorrection (const MatrixType &A, MatrixType &invA) |
| template<class MatrixType > | |
| MatrixType | capd::matrixAlgorithms::krawczykInverse (const MatrixType &A) |