Definition at line 22 of file NewtonRaphson.h.
#include <NewtonRaphson.h>
Public Attributes | |
int | maximum_iterations |
double | residuum_tolerance |
double | increment_tolerance |
double NumLib::NewtonRaphsonSolverParameters::increment_tolerance |
Definition at line 26 of file NewtonRaphson.h.
int NumLib::NewtonRaphsonSolverParameters::maximum_iterations |
Definition at line 24 of file NewtonRaphson.h.
double NumLib::NewtonRaphsonSolverParameters::residuum_tolerance |
Definition at line 25 of file NewtonRaphson.h.