dune-geometry 3.0-git
|
This is the complete list of members for Dune::GenericGeometry::MatrixHelper< Traits >, including all inherited members.
AAT(const typename Traits ::template Matrix< m, n > ::type &A, typename Traits ::template Matrix< m, m > ::type &ret) | Dune::GenericGeometry::MatrixHelper< Traits > | inlinestatic |
AAT_L(const typename Traits ::template Matrix< m, n > ::type &A, typename Traits ::template Matrix< m, m > ::type &ret) | Dune::GenericGeometry::MatrixHelper< Traits > | inlinestatic |
AB(const typename Traits ::template Matrix< m, n > ::type &A, const typename Traits ::template Matrix< n, p > ::type &B, typename Traits ::template Matrix< m, p > ::type &ret) | Dune::GenericGeometry::MatrixHelper< Traits > | inlinestatic |
abs(const FieldType &x) | Dune::GenericGeometry::MatrixHelper< Traits > | inlinestatic |
ATA(const typename Traits ::template Matrix< m, n > ::type &A, typename Traits ::template Matrix< n, n > ::type &ret) | Dune::GenericGeometry::MatrixHelper< Traits > | inlinestatic |
ATA_L(const typename Traits ::template Matrix< m, n > ::type &A, typename Traits ::template Matrix< n, n > ::type &ret) | Dune::GenericGeometry::MatrixHelper< Traits > | inlinestatic |
ATBT(const typename Traits ::template Matrix< m, n > ::type &A, const typename Traits ::template Matrix< p, m > ::type &B, typename Traits ::template Matrix< n, p > ::type &ret) | Dune::GenericGeometry::MatrixHelper< Traits > | inlinestatic |
ATx(const typename Traits ::template Matrix< m, n > ::type &A, const typename Traits ::template Vector< m > ::type &x, typename Traits ::template Vector< n > ::type &ret) | Dune::GenericGeometry::MatrixHelper< Traits > | inlinestatic |
Ax(const typename Traits ::template Matrix< m, n > ::type &A, const typename Traits ::template Vector< n > ::type &x, typename Traits ::template Vector< m > ::type &ret) | Dune::GenericGeometry::MatrixHelper< Traits > | inlinestatic |
cholesky_L(const typename Traits ::template Matrix< n, n > ::type &A, typename Traits ::template Matrix< n, n > ::type &ret) | Dune::GenericGeometry::MatrixHelper< Traits > | inlinestatic |
detATA(const typename Traits ::template Matrix< m, n > ::type &A) | Dune::GenericGeometry::MatrixHelper< Traits > | inlinestatic |
detL(const typename Traits ::template Matrix< n, n > ::type &L) | Dune::GenericGeometry::MatrixHelper< Traits > | inlinestatic |
FieldType typedef | Dune::GenericGeometry::MatrixHelper< Traits > | |
invL(typename Traits ::template Matrix< n, n > ::type &L) | Dune::GenericGeometry::MatrixHelper< Traits > | inlinestatic |
invLTx(typename Traits ::template Matrix< n, n > ::type &L, typename Traits ::template Vector< n > ::type &x) | Dune::GenericGeometry::MatrixHelper< Traits > | inlinestatic |
invLx(typename Traits ::template Matrix< n, n > ::type &L, typename Traits ::template Vector< n > ::type &x) | Dune::GenericGeometry::MatrixHelper< Traits > | inlinestatic |
leftInvA(const typename Traits ::template Matrix< m, n > ::type &A, typename Traits ::template Matrix< n, m > ::type &ret) | Dune::GenericGeometry::MatrixHelper< Traits > | inlinestatic |
leftInvAx(const typename Traits ::template Matrix< m, n > ::type &A, const typename Traits ::template Vector< m > ::type &x, typename Traits ::template Vector< n > ::type &y) | Dune::GenericGeometry::MatrixHelper< Traits > | inlinestatic |
LLT(const typename Traits ::template Matrix< n, n > ::type &L, typename Traits ::template Matrix< n, n > ::type &ret) | Dune::GenericGeometry::MatrixHelper< Traits > | inlinestatic |
LTL(const typename Traits ::template Matrix< n, n > ::type &L, typename Traits ::template Matrix< n, n > ::type &ret) | Dune::GenericGeometry::MatrixHelper< Traits > | inlinestatic |
LTx(const typename Traits ::template Matrix< n, n > ::type &L, const typename Traits ::template Vector< n > ::type &x, typename Traits ::template Vector< n > ::type &ret) | Dune::GenericGeometry::MatrixHelper< Traits > | inlinestatic |
Lx(const typename Traits ::template Matrix< n, n > ::type &L, const typename Traits ::template Vector< n > ::type &x, typename Traits ::template Vector< n > ::type &ret) | Dune::GenericGeometry::MatrixHelper< Traits > | inlinestatic |
rightInvA(const typename Traits ::template Matrix< m, n > ::type &A, typename Traits ::template Matrix< n, m > ::type &ret) | Dune::GenericGeometry::MatrixHelper< Traits > | inlinestatic |
spdDetA(const typename Traits ::template Matrix< n, n > ::type &A) | Dune::GenericGeometry::MatrixHelper< Traits > | inlinestatic |
spdInvA(typename Traits ::template Matrix< n, n > ::type &A) | Dune::GenericGeometry::MatrixHelper< Traits > | inlinestatic |
spdInvAx(typename Traits ::template Matrix< n, n > ::type &A, typename Traits ::template Vector< n > ::type &x) | Dune::GenericGeometry::MatrixHelper< Traits > | inlinestatic |
sqrtDetAAT(const typename Traits::template Matrix< m, n >::type &A) | Dune::GenericGeometry::MatrixHelper< Traits > | inlinestatic |
xTRightInvA(const typename Traits ::template Matrix< m, n > ::type &A, const typename Traits ::template Vector< n > ::type &x, typename Traits ::template Vector< m > ::type &y) | Dune::GenericGeometry::MatrixHelper< Traits > | inlinestatic |