Uses of Interface
org.apache.commons.math3.dfp.UnivariateDfpFunction

Packages that use UnivariateDfpFunction
org.apache.commons.math3.dfp Decimal floating point library for Java 
 

Uses of UnivariateDfpFunction in org.apache.commons.math3.dfp
 

Methods in org.apache.commons.math3.dfp with parameters of type UnivariateDfpFunction
 Dfp BracketingNthOrderBrentSolverDFP.solve(int maxEval, UnivariateDfpFunction f, Dfp min, Dfp max, AllowedSolution allowedSolution)
          Solve for a zero in the given interval.
 Dfp BracketingNthOrderBrentSolverDFP.solve(int maxEval, UnivariateDfpFunction f, Dfp min, Dfp max, Dfp startValue, AllowedSolution allowedSolution)
          Solve for a zero in the given interval, start at startValue.
 



Copyright © 2017 CNES. All Rights Reserved.