Function Dune::XT::LA::make_matrix_inverter

Function template 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.

Function template Dune::XT::LA::make_matrix_inverter

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

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