numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
inexact_newton_update_equation_solver.h File Reference

Definition of inexact_newton_update_equation_solver class. More...

+ Include dependency graph for inexact_newton_update_equation_solver.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  num_collect::ode::inexact_newton_update_equation_solver< Problem >
 Class to solve equations of implicit updates using inexact Newton method. More...
 

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::ode
 Namespace of solvers of ordinary differential equations (ODE).
 

Variables

constexpr auto num_collect::ode::inexact_newton_update_equation_solver_tag
 Log tag.
 

Detailed Description

Definition of inexact_newton_update_equation_solver class.

Definition in file inexact_newton_update_equation_solver.h.