HybridNonLinearSolver.h File Reference

Go to the source code of this file.

Classes

class  Eigen::HybridNonLinearSolver< FunctorType, Scalar >
 Finds a zero of a system of n nonlinear functions in n variables by a modification of the Powell hybrid method ("dogleg"). More...
 
struct  Eigen::HybridNonLinearSolver< FunctorType, Scalar >::Parameters
 

Namespaces

 Eigen
 Namespace containing all symbols from the Eigen library.
 
 Eigen::HybridNonLinearSolverSpace
 

Enumerations

enum  Eigen::HybridNonLinearSolverSpace::Status {
  Eigen::HybridNonLinearSolverSpace::Running = -1 , Eigen::HybridNonLinearSolverSpace::ImproperInputParameters = 0 , Eigen::HybridNonLinearSolverSpace::RelativeErrorTooSmall = 1 , Eigen::HybridNonLinearSolverSpace::TooManyFunctionEvaluation = 2 ,
  Eigen::HybridNonLinearSolverSpace::TolTooSmall = 3 , Eigen::HybridNonLinearSolverSpace::NotMakingProgressJacobian = 4 , Eigen::HybridNonLinearSolverSpace::NotMakingProgressIterations = 5 , Eigen::HybridNonLinearSolverSpace::UserAsked = 6
}