HomeSort by relevance Sort by last modified time
    Searched refs:FunctorType (Results 1 - 8 of 8) 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;
123 LevenbergMarquardt(FunctorType& functor)
139 FunctorType &functor,
232 FunctorType &m_functor;
256 template<typename FunctorType>
258 LevenbergMarquardt<FunctorType>::minimize(FVectorType &x)
273 template<typename FunctorType>
275 LevenbergMarquardt<FunctorType>::minimizeInit(FVectorType &x
    [all...]
LMonestep.h 19 template<typename FunctorType>
21 LevenbergMarquardt<FunctorType>::minimizeOneStep(FVectorType &x)
  /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/unsupported/Eigen/src/NonLinearOptimization/
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...]
LevenbergMarquardt.h 45 template<typename FunctorType, typename Scalar=double>
49 LevenbergMarquardt(FunctorType &_functor)
83 FunctorType &functor,
112 FunctorType &functor;
126 template<typename FunctorType, typename Scalar>
128 LevenbergMarquardt<FunctorType,Scalar>::lmder1(
149 template<typename FunctorType, typename Scalar>
151 LevenbergMarquardt<FunctorType,Scalar>::minimize(FVectorType &x)
162 template<typename FunctorType, typename Scalar>
164 LevenbergMarquardt<FunctorType,Scalar>::minimizeInit(FVectorType &x
    [all...]
fdjac1.h 5 template<typename FunctorType, typename Scalar>
7 const FunctorType &Functor,
  /external/eigen/Eigen/src/Core/util/
Meta.h 137 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/opencv3/3rdparty/include/opencl/1.2/CL/
cl.hpp     [all...]

Completed in 523 milliseconds