public abstract class MinimumBracketer extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static double |
GOLDEN |
| Constructor and Description |
|---|
MinimumBracketer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkInputs(Function<Double,Double> f,
double xLower,
double xUpper) |
abstract double[] |
getBracketedPoints(Function<Double,Double> f,
double xLower,
double xUpper) |
protected static final double GOLDEN
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.