Searched defs:FunctorType (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/util/
H A DMeta.h318 enum {FunctorType = sizeof(testFunctor(static_cast<Func*>(0)))}; enumerator in enum:Eigen::internal::result_of::__anon5569
319 typedef typename unary_result_of_select<Func, ArgType, FunctorType>::type type;
342 enum {FunctorType = sizeof(testFunctor(static_cast<Func*>(0)))}; enumerator in enum:Eigen::internal::result_of::__anon5570
343 typedef typename binary_result_of_select<Func, ArgType0, ArgType1, FunctorType>::type type;
366 enum {FunctorType = sizeof(testFunctor(static_cast<Func*>(0)))}; enumerator in enum:Eigen::internal::result_of::__anon5571
367 typedef typename ternary_result_of_select<Func, ArgType0, ArgType1, ArgType2, FunctorType>::type type;
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
H A DLevenbergMarquardt.h113 typedef _FunctorType FunctorType; typedef in class:Eigen::LevenbergMarquardt
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>
[all...]

Completed in 404 milliseconds