Eigen::LevenbergMarquardt< FunctorType_ >::Parameters Struct Reference

Public Member Functions

 Parameters ()
 

Public Attributes

Scalar epsfcn
 
Scalar factor
 
Scalar ftol
 
Scalar gtol
 
Index maxfev
 
Scalar xtol
 

Detailed Description

template<typename FunctorType_>
struct Eigen::LevenbergMarquardt< FunctorType_ >::Parameters

Definition at line 62 of file NonLinearOptimization/LevenbergMarquardt.h.

Constructor & Destructor Documentation

◆ Parameters()

Member Data Documentation

◆ epsfcn

template<typename FunctorType_ >
Scalar Eigen::LevenbergMarquardt< FunctorType_ >::Parameters::epsfcn

Definition at line 75 of file NonLinearOptimization/LevenbergMarquardt.h.

◆ factor

template<typename FunctorType_ >
Scalar Eigen::LevenbergMarquardt< FunctorType_ >::Parameters::factor

Definition at line 70 of file NonLinearOptimization/LevenbergMarquardt.h.

◆ ftol

template<typename FunctorType_ >
Scalar Eigen::LevenbergMarquardt< FunctorType_ >::Parameters::ftol

Definition at line 72 of file NonLinearOptimization/LevenbergMarquardt.h.

◆ gtol

template<typename FunctorType_ >
Scalar Eigen::LevenbergMarquardt< FunctorType_ >::Parameters::gtol

Definition at line 74 of file NonLinearOptimization/LevenbergMarquardt.h.

◆ maxfev

template<typename FunctorType_ >
Index Eigen::LevenbergMarquardt< FunctorType_ >::Parameters::maxfev

Definition at line 71 of file NonLinearOptimization/LevenbergMarquardt.h.

◆ xtol

template<typename FunctorType_ >
Scalar Eigen::LevenbergMarquardt< FunctorType_ >::Parameters::xtol

Definition at line 73 of file NonLinearOptimization/LevenbergMarquardt.h.


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