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
 : TensorContractionSycl.h, provides various tensor contraction kernel for SYCL backend
 
 Eigen::HybridNonLinearSolverSpace
 

Enumerations

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