Class template Dune::XT::LA::internal::MatrixInverterBase

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

Method Dune::XT::LA::internal::MatrixInverterBase::options

template<class MatrixImp>
const Common::Configuration &Dune::XT::LA::internal::MatrixInverterBase<MatrixImp>::options() const

No documentation provided.

Method Dune::XT::LA::internal::MatrixInverterBase::matrix

template<class MatrixImp>
const MatrixType &Dune::XT::LA::internal::MatrixInverterBase<MatrixImp>::matrix() const

No documentation provided.

Method Dune::XT::LA::internal::MatrixInverterBase::compute

template<class MatrixImp>
virtual void Dune::XT::LA::internal::MatrixInverterBase<MatrixImp>::compute() = 0

Does the actual computation.

Warning

The implementor has to fill inverse_!

Warning

The implementor is supposed to call post_check() at the end of the computation!

Note

The implementor can assume that the given options_ contain a valid ‘type’.

Method Dune::XT::LA::internal::MatrixInverterBase::inverse

template<class MatrixImp>
const MatrixType &Dune::XT::LA::internal::MatrixInverterBase<MatrixImp>::inverse() const

No documentation provided.

Method Dune::XT::LA::internal::MatrixInverterBase::inverse

template<class MatrixImp>
MatrixType Dune::XT::LA::internal::MatrixInverterBase<MatrixImp>::inverse()

No documentation provided.

Method Dune::XT::LA::internal::MatrixInverterBase::pre_checks

template<class MatrixImp>
void Dune::XT::LA::internal::MatrixInverterBase<MatrixImp>::pre_checks()

No documentation provided.

Method Dune::XT::LA::internal::MatrixInverterBase::post_checks

template<class MatrixImp>
void Dune::XT::LA::internal::MatrixInverterBase<MatrixImp>::post_checks() const

No documentation provided.

Constructor Dune::XT::LA::internal::MatrixInverterBase::MatrixInverterBase<MatrixImp>

template<>
template<class MatrixImp>
explicit Dune::XT::LA::internal::MatrixInverterBase<MatrixImp>::MatrixInverterBase<MatrixImp>(const MatrixType &matrix, const std::string &type)

Warning

The implementor has to call compute() in the ctor if (delay_computation == true).

Constructor Dune::XT::LA::internal::MatrixInverterBase::MatrixInverterBase<MatrixImp>

template<>
template<class MatrixImp>
Dune::XT::LA::internal::MatrixInverterBase<MatrixImp>::MatrixInverterBase<MatrixImp>(const MatrixType &matrix, const Common::Configuration &opts)

Warning

The implementor has to call compute() in the ctor if (delay_computation == true).

Destructor Dune::XT::LA::internal::MatrixInverterBase::~MatrixInverterBase<MatrixImp>

template<>
template<class MatrixImp>
virtual Dune::XT::LA::internal::MatrixInverterBase<MatrixImp>::~MatrixInverterBase<MatrixImp>() = default

No documentation provided.

Field Dune::XT::LA::internal::MatrixInverterBase::matrix_

const MatrixType &Dune::XT::LA::internal::MatrixInverterBase::matrix_

No documentation provided.

Field Dune::XT::LA::internal::MatrixInverterBase::options_

const Common::Configuration Dune::XT::LA::internal::MatrixInverterBase::options_

No documentation provided.

Field Dune::XT::LA::internal::MatrixInverterBase::inverse_

int Dune::XT::LA::internal::MatrixInverterBase::inverse_

No documentation provided.

Type alias Dune::XT::LA::internal::MatrixInverterBase::MatrixType

type Dune::XT::LA::internal::MatrixInverterBase::MatrixType

No documentation provided.

Function template Dune::XT::LA::internal::MatrixInverterBase::contains_inf_or_nan

template<class MatrixImp>
template<class M>
bool Dune::XT::LA::internal::MatrixInverterBase<MatrixImp>::contains_inf_or_nan(const int &mat) const

No documentation provided.

Function template Dune::XT::LA::internal::MatrixInverterBase::contains_inf_or_nan

template<class MatrixImp>
template<class M>
int Dune::XT::LA::internal::MatrixInverterBase<MatrixImp>::contains_inf_or_nan(const M &mat) const

No documentation provided.

Function template Dune::XT::LA::internal::MatrixInverterBase::sup_norm

template<class MatrixImp>
template<class M>
double Dune::XT::LA::internal::MatrixInverterBase<MatrixImp>::sup_norm(const int &mat) const

No documentation provided.

Function template Dune::XT::LA::internal::MatrixInverterBase::sup_norm

template<class MatrixImp>
template<class M>
int Dune::XT::LA::internal::MatrixInverterBase<MatrixImp>::sup_norm(const M &mat) const

No documentation provided.