ocra-recipes
Doxygen documentation for the ocra-recipes repository
Public Attributes | List of all members
ocra::NewtonSolver::eNewtonInfo Struct Reference

#include <NewtonSolver.h>

Public Attributes

bool success
 
bool nonPositiveH
 
bool usedDefaultGuess
 
bool smallAlpha
 
int iter
 
double residual
 

Detailed Description

Definition at line 58 of file NewtonSolver.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: