Home
last modified time | relevance | path

Searched refs:FunctorType (Results 1 – 8 of 8) sorted by relevance

/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
DLevenbergMarquardt.h113 typedef _FunctorType FunctorType; typedef
114 typedef typename FunctorType::QRSolver QRSolver;
115 typedef typename FunctorType::JacobianType JacobianType;
123 LevenbergMarquardt(FunctorType& functor) in LevenbergMarquardt()
139 FunctorType &functor,
232 FunctorType &m_functor;
256 template<typename FunctorType>
258 LevenbergMarquardt<FunctorType>::minimize(FVectorType &x) in minimize()
273 template<typename FunctorType>
275 LevenbergMarquardt<FunctorType>::minimizeInit(FVectorType &x) in minimizeInit()
[all …]
DLMonestep.h19 template<typename FunctorType>
21 LevenbergMarquardt<FunctorType>::minimizeOneStep(FVectorType &x) in minimizeOneStep()
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
DLevenbergMarquardt.h45 template<typename FunctorType, typename Scalar=double>
49 LevenbergMarquardt(FunctorType &_functor) in LevenbergMarquardt()
83 FunctorType &functor,
112 FunctorType &functor;
126 template<typename FunctorType, typename Scalar>
128 LevenbergMarquardt<FunctorType,Scalar>::lmder1( in lmder1()
149 template<typename FunctorType, typename Scalar>
151 LevenbergMarquardt<FunctorType,Scalar>::minimize(FVectorType &x) in minimize()
162 template<typename FunctorType, typename Scalar>
164 LevenbergMarquardt<FunctorType,Scalar>::minimizeInit(FVectorType &x) in minimizeInit()
[all …]
DHybridNonLinearSolver.h42 template<typename FunctorType, typename Scalar=double>
48 HybridNonLinearSolver(FunctorType &_functor) in HybridNonLinearSolver()
100 FunctorType &functor;
120 template<typename FunctorType, typename Scalar>
122 HybridNonLinearSolver<FunctorType,Scalar>::hybrj1( in hybrj1()
141 template<typename FunctorType, typename Scalar>
143 HybridNonLinearSolver<FunctorType,Scalar>::solveInit(FVectorType &x) in solveInit()
184 template<typename FunctorType, typename Scalar>
186 HybridNonLinearSolver<FunctorType,Scalar>::solveOneStep(FVectorType &x) in solveOneStep()
342 template<typename FunctorType, typename Scalar>
[all …]
Dfdjac1.h5 template<typename FunctorType, typename Scalar>
7 const FunctorType &Functor, in fdjac1()
/external/eigen/test/
DdenseLM.cpp101 template<typename FunctorType, typename VectorType>
102 int test_minimizeLM(FunctorType& functor, VectorType& uv) in test_minimizeLM()
104 LevenbergMarquardt<FunctorType> lm(functor); in test_minimizeLM()
114 template<typename FunctorType, typename VectorType>
115 int test_lmder(FunctorType& functor, VectorType& uv) in test_lmder()
119 LevenbergMarquardt<FunctorType> lm(functor); in test_lmder()
127 template<typename FunctorType, typename VectorType>
128 int test_minimizeSteps(FunctorType& functor, VectorType& uv) in test_minimizeSteps()
131 LevenbergMarquardt<FunctorType> lm(functor); in test_minimizeSteps()
/external/eigen/Eigen/src/Core/util/
DMeta.h137 enum {FunctorType = sizeof(testFunctor(static_cast<Func*>(0)))};
138 typedef typename unary_result_of_select<Func, ArgType, FunctorType>::type type;
161 enum {FunctorType = sizeof(testFunctor(static_cast<Func*>(0)))};
162 typedef typename binary_result_of_select<Func, ArgType0, ArgType1, FunctorType>::type type;
/external/eigen/unsupported/Eigen/
DNonLinearOptimization99 * Status LevenbergMarquardt<FunctorType,Scalar>::minimize(FVectorType &x, const int mode)