Eigen::HybridNonLinearSolverSpace Namespace Reference

Enumerations

enum  Status {
  Running ,
  ImproperInputParameters ,
  RelativeErrorTooSmall ,
  TooManyFunctionEvaluation ,
  TolTooSmall ,
  NotMakingProgressJacobian ,
  NotMakingProgressIterations ,
  UserAsked
}
 

Enumeration Type Documentation

◆ Status

Enumerator
Running 
ImproperInputParameters 
RelativeErrorTooSmall 
TooManyFunctionEvaluation 
TolTooSmall 
NotMakingProgressJacobian 
NotMakingProgressIterations 
UserAsked 

Definition at line 21 of file HybridNonLinearSolver.h.