Class template Dune::XT::LA::internal::MatrixInverterBase¶
-
template<class MatrixImp>
class Dune::XT::LA::internal::MatrixInverterBase¶
-
const Common::Configuration &Dune::XT::LA::internal::MatrixInverterBase::options() const¶
No documentation provided.
-
const MatrixType &Dune::XT::LA::internal::MatrixInverterBase::matrix() const¶
No documentation provided.
-
virtual void Dune::XT::LA::internal::MatrixInverterBase::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’.
-
const MatrixType &Dune::XT::LA::internal::MatrixInverterBase::inverse() const¶
No documentation provided.
-
MatrixType Dune::XT::LA::internal::MatrixInverterBase::inverse()¶
No documentation provided.
-
void Dune::XT::LA::internal::MatrixInverterBase::pre_checks()¶
No documentation provided.
-
void Dune::XT::LA::internal::MatrixInverterBase::post_checks() const¶
No documentation provided.
-
template<>
Dune::XT::LA::internal::MatrixInverterBase::MatrixInverterBase<MatrixImp>(const MatrixType &matrix, const std::string &type =<recovery-expr>(""))¶ Warning
The implementor has to call compute() in the ctor if (delay_computation == true).
-
template<>
Dune::XT::LA::internal::MatrixInverterBase::MatrixInverterBase<MatrixImp>(const MatrixType &matrix, const Common::Configuration &opts)¶ Warning
The implementor has to call compute() in the ctor if (delay_computation == true).
-
template<>
virtual Dune::XT::LA::internal::MatrixInverterBase::~MatrixInverterBase<MatrixImp>() = default¶ No documentation provided.
-
const MatrixType &Dune::XT::LA::internal::MatrixInverterBase::matrix_¶
No documentation provided.
-
const Common::Configuration Dune::XT::LA::internal::MatrixInverterBase::options_¶
No documentation provided.
-
int Dune::XT::LA::internal::MatrixInverterBase::inverse_¶
No documentation provided.
-
type Dune::XT::LA::internal::MatrixInverterBase::MatrixType¶
No documentation provided.
-
template<class M>
bool Dune::XT::LA::internal::MatrixInverterBase::contains_inf_or_nan(const int &mat) const¶ No documentation provided.
-
template<class M>
int Dune::XT::LA::internal::MatrixInverterBase::contains_inf_or_nan(const M &mat) const¶ No documentation provided.
-
template<class M>
double Dune::XT::LA::internal::MatrixInverterBase::sup_norm(const int &mat) const¶ No documentation provided.
-
template<class M>
int Dune::XT::LA::internal::MatrixInverterBase::sup_norm(const M &mat) const¶ No documentation provided.