public class ParabolicMinimumBracketer extends MinimumBracketer
GOLDEN| Constructor and Description |
|---|
ParabolicMinimumBracketer() |
| Modifier and Type | Method and Description |
|---|---|
double[] |
getBracketedPoints(Function<Double,Double> f,
double xLower,
double xUpper) |
checkInputspublic double[] getBracketedPoints(Function<Double,Double> f, double xLower, double xUpper)
getBracketedPoints in class MinimumBracketerCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.