numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::ode::inexact_newton_slope_equation_solver< Problem > Class Template Reference

Class to solve equations of implicit slopes using inexact Newton method. More...

+ Collaboration diagram for num_collect::ode::inexact_newton_slope_equation_solver< Problem >:

Detailed Description

template<concepts::differentiable_problem Problem>
class num_collect::ode::inexact_newton_slope_equation_solver< Problem >

Class to solve equations of implicit slopes using inexact Newton method.

This class solves following equation using the stop criterion written in [9] :

\[ \boldsymbol{k}_i = \boldsymbol{f}\left(t + b_i h, \boldsymbol{y}(t) + h \sum_{j = 1}^s a_{ij} \boldsymbol{k}_j \right) \]

Template Parameters
ProblemType of the problem.

Definition at line 62 of file inexact_newton_slope_equation_solver.h.


The documentation for this class was generated from the following file: