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

/external/eigen/Eigen/src/Core/util/
H A DMeta.h137 enum {FunctorType = sizeof(testFunctor(static_cast<Func*>(0)))}; enumerator in enum:Eigen::internal::result_of::__anon20850
138 typedef typename unary_result_of_select<Func, ArgType, FunctorType>::type type;
161 enum {FunctorType = sizeof(testFunctor(static_cast<Func*>(0)))}; enumerator in enum:Eigen::internal::result_of::__anon20851
162 typedef typename binary_result_of_select<Func, ArgType0, ArgType1, 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;
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>
[all...]

Completed in 701 milliseconds