HomeSort by relevance Sort by last modified time
    Searched refs:FunctorType (Results 1 - 7 of 7) sorted by null

  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LevenbergMarquardt.h 113 typedef _FunctorType FunctorType;
114 typedef typename FunctorType::QRSolver QRSolver;
115 typedef typename FunctorType::JacobianType JacobianType;
122 LevenbergMarquardt(FunctorType& functor)
138 FunctorType &functor,
251 FunctorType &m_functor;
275 template<typename FunctorType>
277 LevenbergMarquardt<FunctorType>::minimize(FVectorType &x)
292 template<typename FunctorType>
294 LevenbergMarquardt<FunctorType>::minimizeInit(FVectorType &x
    [all...]
LMonestep.h 19 template<typename FunctorType>
21 LevenbergMarquardt<FunctorType>::minimizeOneStep(FVectorType &x)
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
LevenbergMarquardt.h 45 template<typename FunctorType, typename Scalar=double>
55 LevenbergMarquardt(FunctorType &_functor)
89 FunctorType &functor,
119 FunctorType &functor;
133 template<typename FunctorType, typename Scalar>
135 LevenbergMarquardt<FunctorType,Scalar>::lmder1(
156 template<typename FunctorType, typename Scalar>
158 LevenbergMarquardt<FunctorType,Scalar>::minimize(FVectorType &x)
169 template<typename FunctorType, typename Scalar>
171 LevenbergMarquardt<FunctorType,Scalar>::minimizeInit(FVectorType &x
    [all...]
HybridNonLinearSolver.h 42 template<typename FunctorType, typename Scalar=double>
48 HybridNonLinearSolver(FunctorType &_functor)
100 FunctorType &functor;
120 template<typename FunctorType, typename Scalar>
122 HybridNonLinearSolver<FunctorType,Scalar>::hybrj1(
141 template<typename FunctorType, typename Scalar>
143 HybridNonLinearSolver<FunctorType,Scalar>::solveInit(FVectorType &x)
184 template<typename FunctorType, typename Scalar>
186 HybridNonLinearSolver<FunctorType,Scalar>::solveOneStep(FVectorType &x)
342 template<typename FunctorType, typename Scalar
    [all...]
fdjac1.h 5 template<typename FunctorType, typename Scalar>
7 const FunctorType &Functor,
  /external/eigen/test/
denseLM.cpp 101 template<typename FunctorType, typename VectorType>
102 int test_minimizeLM(FunctorType& functor, VectorType& uv)
104 LevenbergMarquardt<FunctorType> lm(functor);
114 template<typename FunctorType, typename VectorType>
115 int test_lmder(FunctorType& functor, VectorType& uv)
119 LevenbergMarquardt<FunctorType> lm(functor);
127 template<typename FunctorType, typename VectorType>
128 int test_minimizeSteps(FunctorType& functor, VectorType& uv)
131 LevenbergMarquardt<FunctorType> lm(functor);
  /external/eigen/Eigen/src/Core/util/
Meta.h 318 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 type;

Completed in 647 milliseconds