T - Type of the roots.public interface Polynomial1DRootFinder<T>
RealPolynomialFunction1D.
Although the coefficients of the polynomial function must be real, the roots can be real or complex.| Modifier and Type | Method and Description |
|---|---|
T[] |
getRoots(RealPolynomialFunction1D function) |
T[] getRoots(RealPolynomialFunction1D function)
function - The function, not nullCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.