Class MinimumBracketer
- java.lang.Object
-
- com.opengamma.strata.math.impl.minimization.MinimumBracketer
-
- Direct Known Subclasses:
ParabolicMinimumBracketer
public abstract class MinimumBracketer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static double
GOLDEN
-
Constructor Summary
Constructors Constructor Description MinimumBracketer()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected void
checkInputs(Function<Double,Double> f, double xLower, double xUpper)
abstract double[]
getBracketedPoints(Function<Double,Double> f, double xLower, double xUpper)
-
-
-
Field Detail
-
GOLDEN
protected static final double GOLDEN
- See Also:
- Constant Field Values
-
-