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;
122 LevenbergMarquardt(FunctorType& functor) in LevenbergMarquardt()
138 FunctorType &functor,
251 FunctorType &m_functor;
275 template<typename FunctorType>
277 LevenbergMarquardt<FunctorType>::minimize(FVectorType &x) in minimize()
292 template<typename FunctorType>
294 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>
55 LevenbergMarquardt(FunctorType &_functor) in LevenbergMarquardt()
89 FunctorType &functor,
119 FunctorType &functor;
133 template<typename FunctorType, typename Scalar>
135 LevenbergMarquardt<FunctorType,Scalar>::lmder1( in lmder1()
156 template<typename FunctorType, typename Scalar>
158 LevenbergMarquardt<FunctorType,Scalar>::minimize(FVectorType &x) in minimize()
169 template<typename FunctorType, typename Scalar>
171 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.h318 enum {FunctorType = sizeof(testFunctor(static_cast<Func*>(0)))};
319 typedef typename unary_result_of_select<Func, ArgType, FunctorType>::type type;
342 enum {FunctorType = sizeof(testFunctor(static_cast<Func*>(0)))};
343 typedef typename binary_result_of_select<Func, ArgType0, ArgType1, FunctorType>::type type;
366 enum {FunctorType = sizeof(testFunctor(static_cast<Func*>(0)))};
367 …typedef typename ternary_result_of_select<Func, ArgType0, ArgType1, ArgType2, FunctorType>::type t…
/external/eigen/unsupported/Eigen/
DNonLinearOptimization99 * Status LevenbergMarquardt<FunctorType,Scalar>::minimize(FVectorType &x, const int mode)