Function Dune::GDT::newton_solve

template<class AGV, size_t s_r, size_t s_rC, size_t r_r, size_t r_rC, class F, class M, class SGV, class RGV, class V>
void Dune::GDT::newton_solve(const OperatorInterface<AGV, s_r, s_rC, r_r, r_rC, F, M, SGV, RGV> &lhs_operator, const int &rhs_vector, int &initial_guess_vector, const XT::Common::Parameter &param = <recovery-expr>({}), const XT::Common::Configuration &opts = default_newton_solve_options())

Computes the inverse action of the operator. Currently implemented is the dampened Newton from [DF2015, Sec. 8.4.4.1].