Uses of Interface
com.opengamma.strata.math.impl.rootfinding.Polynomial1DRootFinder
-
Packages that use Polynomial1DRootFinder Package Description com.opengamma.strata.math.impl.rootfinding -
-
Uses of Polynomial1DRootFinder in com.opengamma.strata.math.impl.rootfinding
Classes in com.opengamma.strata.math.impl.rootfinding that implement Polynomial1DRootFinder Modifier and Type Class Description class
CubicRealRootFinder
Root finder that calculates the roots of a cubic equation usingCubicRootFinder
and returns only the real roots.class
CubicRootFinder
Class that calculates the roots of a cubic equation.class
EigenvaluePolynomialRootFinder
The eigenvalues of a matrix $\mathbf{A}$ are the roots of the characteristic polynomial $P(x) = \mathrm{det}[\mathbf{A} - x\mathbb{1}]$.class
LaguerrePolynomialRealRootFinder
Class that calculates the real roots of a polynomial using Laguerre's method.class
QuadraticRealRootFinder
Class that calculates the real roots of a quadratic function.
-