numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Class to solve equations of implicit updates using inexact Newton method. More...
Class to solve equations of implicit updates using inexact Newton method.
This class solves following equation using the stop criterion written in [9] :
\[ \boldsymbol{z}_i = h a_{ii} \boldsymbol{f}\left(t + b_i h, \boldsymbol{y}(t) + \boldsymbol{z}_i \right) + \boldsymbol{z}_{offset} \]
Problem | Type of the problem. |
Definition at line 65 of file inexact_newton_update_equation_solver.h.