Searched refs:FunctorType (Results 1 – 10 of 10) sorted by relevance
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
D | LevenbergMarquardt.h | 113 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 …]
|
D | LMonestep.h | 19 template<typename FunctorType> 21 LevenbergMarquardt<FunctorType>::minimizeOneStep(FVectorType &x) in minimizeOneStep()
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
D | LevenbergMarquardt.h | 45 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 …]
|
D | HybridNonLinearSolver.h | 42 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 …]
|
D | fdjac1.h | 5 template<typename FunctorType, typename Scalar> 7 const FunctorType &Functor, in fdjac1()
|
/external/eigen/test/ |
D | denseLM.cpp | 101 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/mesa3d/include/CL/ |
D | cl.hpp | 7598 T31> FunctorType; typedef 7600 FunctorType functor_; 7602 functionImplementation_(const FunctorType &functor) : in functionImplementation_() 7824 NullType> FunctorType; typedef 7826 FunctorType functor_; 7828 functionImplementation_(const FunctorType &functor) : in functionImplementation_() 8046 NullType> FunctorType; typedef 8048 FunctorType functor_; 8050 functionImplementation_(const FunctorType &functor) : in functionImplementation_() 8264 NullType> FunctorType; typedef [all …]
|
D | cl2.hpp | 10070 typedef KernelFunctor<Ts...> FunctorType; 10072 FunctorType functor_; 10078 functor_(FunctorType(program, name, err)) 10083 functor_(FunctorType(kernel))
|
/external/eigen/Eigen/src/Core/util/ |
D | 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 t…
|
/external/eigen/unsupported/Eigen/ |
D | NonLinearOptimization | 99 * Status LevenbergMarquardt<FunctorType,Scalar>::minimize(FVectorType &x, const int mode)
|