|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |