Uses of Package
com.opengamma.strata.math.impl.rootfinding
-
Packages that use com.opengamma.strata.math.impl.rootfinding Package Description com.opengamma.strata.math.impl.rootfinding com.opengamma.strata.math.impl.rootfinding.newton -
Classes in com.opengamma.strata.math.impl.rootfinding used by com.opengamma.strata.math.impl.rootfinding Class Description Polynomial1DRootFinder Interface for classes that find the roots of a polynomial functionRealPolynomialFunction1D
.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 (seeFunction
) $f(x)$ bounded by user-supplied values, $x_1$ and $x_2$. -
Classes in com.opengamma.strata.math.impl.rootfinding used by com.opengamma.strata.math.impl.rootfinding.newton Class Description SingleRootFinder Interface for classes that attempt to find a root for a one-dimensional function (seeFunction
) $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.