Go to the source code of this file.
|
| namespace | ug |
| | the ug namespace
|
| |
|
| template<typename TMatrix , typename TInverseMatrixType , typename TVector > |
| void | ug::InverseFromInverseType (TMatrix &mat, TInverseMatrixType &inv, TVector &x, TVector &e) |
| |
| template<typename TMatrix , typename TVector > |
| void | ug::InverseFromInverseType (TMatrix &mat, TMatrix &inv, TVector &x, TVector &e) |
| |
| template<typename T , size_t TUnknowns> |
| bool | ug::Invert (DenseMatrix< FixedArray2< T, TUnknowns, TUnknowns > > &mat) |
| |
| template<typename T > |
| bool | ug::InvertNdyn (DenseMatrix< T > &mat) |
| |