TR-mbed 1.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Eigen::HybridNonLinearSolver< FunctorType, Scalar >::Parameters Struct Reference

#include <HybridNonLinearSolver.h>

Public Member Functions

 Parameters ()
 

Public Attributes

Scalar factor
 
Index maxfev
 
Scalar xtol
 
Index nb_of_subdiagonals
 
Index nb_of_superdiagonals
 
Scalar epsfcn
 

Constructor & Destructor Documentation

◆ Parameters()

template<typename FunctorType , typename Scalar = double>
Eigen::HybridNonLinearSolver< FunctorType, Scalar >::Parameters::Parameters ( )
inline

Member Data Documentation

◆ epsfcn

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

◆ factor

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

◆ maxfev

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

◆ nb_of_subdiagonals

template<typename FunctorType , typename Scalar = double>
Index Eigen::HybridNonLinearSolver< FunctorType, Scalar >::Parameters::nb_of_subdiagonals

◆ nb_of_superdiagonals

template<typename FunctorType , typename Scalar = double>
Index Eigen::HybridNonLinearSolver< FunctorType, Scalar >::Parameters::nb_of_superdiagonals

◆ xtol

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

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