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

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

template<class K, int ROWS, int COLS>
class Dune::XT::LA::MatrixInverter : public internal::MatrixInverterBase<FieldMatrix<K, ROWS, COLS>>

Matrix-inverter for a Dune::FieldMatrix.

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<FieldMatrix<K, ROWS, COLS>, true>(Args&&... args)

No documentation provided.