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

  /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/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...]

Completed in 1265 milliseconds