Package | Description |
---|---|
fr.cnes.sirius.patrius.math.dfp |
Modifier and Type | Method and Description |
---|---|
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 © 2018 CNES. All Rights Reserved.