Class template Dune::XT::LA::MatrixInverter¶
Inherits from Dune::XT::LA::internal::MatrixInverterBase.
-
template<class S>
class Dune::XT::LA::MatrixInverter<EigenDenseMatrix<S>, true> : public internal::MatrixInverterBase<EigenDenseMatrix<S>>¶ Matrix-inverter for an EigenDenseMatrix.
Method Dune::XT::LA::MatrixInverter::compute¶
-
template<class S>
void Dune::XT::LA::MatrixInverter<EigenDenseMatrix<S>, 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<EigenDenseMatrix<S>, true>¶
-
template<class S>
template<class ...Args>
explicit Dune::XT::LA::MatrixInverter<EigenDenseMatrix<S>, true>::MatrixInverter<EigenDenseMatrix<S>, true>(Args&&... args)¶ No documentation provided.