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