Uses of Interface
org.apache.commons.math3.dfp.UnivariateDfpFunction
Packages that use UnivariateDfpFunction
-
Uses of UnivariateDfpFunction in org.apache.commons.math3.dfp
Methods in org.apache.commons.math3.dfp with parameters of type UnivariateDfpFunctionModifier and TypeMethodDescriptionBracketingNthOrderBrentSolverDFP.solve
(int maxEval, UnivariateDfpFunction f, Dfp min, Dfp max, AllowedSolution allowedSolution) Deprecated.Solve for a zero in the given interval.BracketingNthOrderBrentSolverDFP.solve
(int maxEval, UnivariateDfpFunction f, Dfp min, Dfp max, Dfp startValue, AllowedSolution allowedSolution) Deprecated.Solve for a zero in the given interval, start atstartValue
.