Home | History | Annotate | Download | only in LevenbergMarquardt

Lines Matching defs:FunctorType

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)
323 template<typename FunctorType>
325 LevenbergMarquardt<FunctorType>::lmder1(
346 template<typename FunctorType>
348 LevenbergMarquardt<FunctorType>::lmdif1(
349 FunctorType &functor,
362 NumericalDiff<FunctorType> numDiff(functor);
364 LevenbergMarquardt<NumericalDiff<FunctorType> > lm(numDiff);