Home
last modified time | relevance | path

Searched defs:ftol (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
H A DLevenbergMarquardt.h161 void setFtol(RealScalar ftol) { m_ftol = ftol; } in setFtol()
182 RealScalar ftol() const {return m_ftol; } in ftol() function
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/solvers/
H A DSecantSolver.java97 final double ftol = getFunctionValueAccuracy(); in doSolve() local
H A DBaseSecantSolver.java156 final double ftol = getFunctionValueAccuracy(); in doSolve() local
/aosp_15_r20/external/lmfit/lib/
H A Dlmstruct.h32 double ftol; /* Relative error desired in the sum of squares. member
/aosp_15_r20/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
H A DLevenbergMarquardt.h70 Scalar ftol; member