S - The input type of the functionT - The output type of the functionpublic interface SingleRootFinder<S,T>
Function) $f(x)$ bounded by user-supplied values,
$x_1$ and $x_2$. If there is not a single root between these bounds, an exception is thrown.| Modifier and Type | Method and Description |
|---|---|
S |
getRoot(Function<S,T> function,
S... roots)
Finds the root.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.