Home | History | Annotate | Download | only in LevenbergMarquardt

Lines Matching refs:tol

136       const Scalar tol = std::sqrt(NumTraits<Scalar>::epsilon())
142 const Scalar tol = std::sqrt(NumTraits<Scalar>::epsilon())
327 const Scalar tol
334 if (n <= 0 || m < n || tol < 0.)
338 m_ftol = tol;
339 m_xtol = tol;
352 const Scalar tol
359 if (n <= 0 || m < n || tol < 0.)
365 lm.setFtol(tol);
366 lm.setXtol(tol);