Class template Dune::XT::LA::MatrixInverterOptions

template<class MatrixType, bool is_matrix = Common::is_matrix<MatrixType>::value>
class Dune::XT::LA::MatrixInverterOptions

A means to obtain available options at compile time.

Note

This class needs to be specialized for each MatrixType, the purpose of this variant is merely to document the expected functionality.

static int Dune::XT::LA::MatrixInverterOptions::types()

No documentation provided.

static Common::Configuration Dune::XT::LA::MatrixInverterOptions::options(const std::string& = <recovery-expr>(""))

No documentation provided.