| Package | Description |
|---|---|
| com.opengamma.strata.math.impl.rootfinding |
| Modifier and Type | Class and Description |
|---|---|
class |
CubicRealRootFinder
Root finder that calculates the roots of a cubic equation using
CubicRootFinder
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.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.