| Package | Description |
|---|---|
| com.opengamma.strata.math.impl.rootfinding | |
| com.opengamma.strata.math.impl.rootfinding.newton |
| Class and Description |
|---|
| Polynomial1DRootFinder
Interface for classes that find the roots of a polynomial function
RealPolynomialFunction1D. |
| RealSingleRootFinder
Parent class for root-finders that find a single real root $x$ for a function $f(x)$.
|
| SingleRootFinder
Interface for classes that attempt to find a root for a one-dimensional function
(see
Function) $f(x)$ bounded by user-supplied values,
$x_1$ and $x_2$. |
| Class and Description |
|---|
| SingleRootFinder
Interface for classes that attempt to find a root for a one-dimensional function
(see
Function) $f(x)$ bounded by user-supplied values,
$x_1$ and $x_2$. |
| VectorRootFinder
Parent class for root-finders that calculate a root for a vector function
(i.e.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.