Function Dune::XT::LA::invert_matrix

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

Function template Dune::XT::LA::invert_matrix

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

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