Class template Dune::XT::LA::MatrixInverter¶
Inherits from Dune::XT::LA::internal::MatrixInverterBase.
-
template<class MatrixImp>
class Dune::XT::LA::MatrixInverter<MatrixImp, true> : public internal::MatrixInverterBase<MatrixImp>¶ Default matrix-inverter for a generic matrix type.
Method Dune::XT::LA::MatrixInverter::compute¶
-
template<class MatrixImp>
void Dune::XT::LA::MatrixInverter<MatrixImp, true>::compute() final¶ No documentation provided.
Type alias Dune::XT::LA::MatrixInverter::BaseType¶
-
type Dune::XT::LA::MatrixInverter::BaseType¶
No documentation provided.
Type alias Dune::XT::LA::MatrixInverter::MatrixType¶
-
type Dune::XT::LA::MatrixInverter::MatrixType¶
No documentation provided.
Function template Dune::XT::LA::MatrixInverter::MatrixInverter<MatrixImp, true>¶
-
template<class MatrixImp>
template<class ...Args, typename>
explicit Dune::XT::LA::MatrixInverter<MatrixImp, true>::MatrixInverter<MatrixImp, true>(Args&&... args)¶ No documentation provided.