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 classCubicRealRootFinderRoot finder that calculates the roots of a cubic equation usingCubicRootFinderand returns only the real roots.classCubicRootFinderClass that calculates the roots of a cubic equation.classEigenvaluePolynomialRootFinderThe eigenvalues of a matrix $\mathbf{A}$ are the roots of the characteristic polynomial $P(x) = \mathrm{det}[\mathbf{A} - x\mathbb{1}]$.classLaguerrePolynomialRealRootFinderClass that calculates the real roots of a polynomial using Laguerre's method.classQuadraticRealRootFinderClass that calculates the real roots of a quadratic function.
-