Main MRPT website > C++ reference
MRPT logo
Public Member Functions | Public Attributes
Eigen::LevenbergMarquardt< FunctorType, Scalar >::Parameters Struct Reference

Detailed Description

template<typename FunctorType, typename Scalar = double>
struct Eigen::LevenbergMarquardt< FunctorType, Scalar >::Parameters

Definition at line 69 of file NonLinearOptimization.

List of all members.

Public Member Functions

 Parameters ()

Public Attributes

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

Constructor & Destructor Documentation

template<typename FunctorType , typename Scalar = double>
Eigen::LevenbergMarquardt< FunctorType, Scalar >::Parameters::Parameters ( ) [inline]

Definition at line 70 of file NonLinearOptimization.


Member Data Documentation

template<typename FunctorType , typename Scalar = double>
Scalar Eigen::LevenbergMarquardt< FunctorType, Scalar >::Parameters::epsfcn

Definition at line 82 of file NonLinearOptimization.

template<typename FunctorType , typename Scalar = double>
Scalar Eigen::LevenbergMarquardt< FunctorType, Scalar >::Parameters::factor

Definition at line 77 of file NonLinearOptimization.

template<typename FunctorType , typename Scalar = double>
Scalar Eigen::LevenbergMarquardt< FunctorType, Scalar >::Parameters::ftol

Definition at line 79 of file NonLinearOptimization.

template<typename FunctorType , typename Scalar = double>
Scalar Eigen::LevenbergMarquardt< FunctorType, Scalar >::Parameters::gtol

Definition at line 81 of file NonLinearOptimization.

template<typename FunctorType , typename Scalar = double>
Index Eigen::LevenbergMarquardt< FunctorType, Scalar >::Parameters::maxfev

Definition at line 78 of file NonLinearOptimization.

template<typename FunctorType , typename Scalar = double>
Scalar Eigen::LevenbergMarquardt< FunctorType, Scalar >::Parameters::xtol

Definition at line 80 of file NonLinearOptimization.




Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo