Class template Dune::XT::LA::MatrixInverter

Inherits from Dune::XT::LA::internal::MatrixInverterBase.

template<class MatrixImp>
class Dune::XT::LA::MatrixInverter : public internal::MatrixInverterBase<MatrixImp>

Default matrix-inverter for a generic matrix type.

void Dune::XT::LA::MatrixInverter::compute() final

No documentation provided.

type Dune::XT::LA::MatrixInverter::BaseType

No documentation provided.

type Dune::XT::LA::MatrixInverter::MatrixType

No documentation provided.

template<class ...Args, typename>
explicit Dune::XT::LA::MatrixInverter::MatrixInverter<MatrixImp, true>(Args&&... args)

No documentation provided.