Function Dune::XT::LA::make_matrix_inverter

template<class M>
int Dune::XT::LA::make_matrix_inverter(const M &matrix, const Common::Configuration &options)

Creates a MatrixInverter for the given matrix using the provided options.

template<class M>
int Dune::XT::LA::make_matrix_inverter(const M &matrix, const std::string &type = <recovery-expr>(""))

Creates a MatrixInverter for the given matrix using the named inversion type.