Function Dune::XT::LA::invert_matrix

template<class M>
auto Dune::XT::LA::invert_matrix(const M &matrix, const Common::Configuration &inversion_options)

Computes and returns the inverse of the given matrix using the provided options.

template<class M>
auto Dune::XT::LA::invert_matrix(const M &matrix, const std::string &inversion_type = <recovery-expr>(""))

Computes and returns the inverse of the given matrix using the named inversion type.