numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Class to solve equations of implicit slopes using inexact Newton method. More...
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) \]
Problem | Type of the problem. |
Definition at line 62 of file inexact_newton_slope_equation_solver.h.