Uses of Class
org.apache.commons.math3.analysis.solvers.AbstractDifferentiableUnivariateSolver
-
Packages that use AbstractDifferentiableUnivariateSolver Package Description org.apache.commons.math3.analysis.solvers Root finding algorithms, for univariate real functions. -
-
Uses of AbstractDifferentiableUnivariateSolver in org.apache.commons.math3.analysis.solvers
Subclasses of AbstractDifferentiableUnivariateSolver in org.apache.commons.math3.analysis.solvers Modifier and Type Class Description class
NewtonSolver
Deprecated.as of 3.1, replaced byNewtonRaphsonSolver
-