ocra-recipes
Doxygen documentation for the ocra-recipes repository
|
#include <NewtonSolver.h>
Public Attributes | |
bool | success |
bool | nonPositiveH |
bool | usedDefaultGuess |
bool | smallAlpha |
int | iter |
double | residual |
Definition at line 58 of file NewtonSolver.h.
int ocra::NewtonSolver::eNewtonInfo::iter |
Definition at line 64 of file NewtonSolver.h.
bool ocra::NewtonSolver::eNewtonInfo::nonPositiveH |
Definition at line 61 of file NewtonSolver.h.
double ocra::NewtonSolver::eNewtonInfo::residual |
Definition at line 65 of file NewtonSolver.h.
bool ocra::NewtonSolver::eNewtonInfo::smallAlpha |
Definition at line 63 of file NewtonSolver.h.
bool ocra::NewtonSolver::eNewtonInfo::success |
Definition at line 60 of file NewtonSolver.h.
bool ocra::NewtonSolver::eNewtonInfo::usedDefaultGuess |
Definition at line 62 of file NewtonSolver.h.