public class LaguerrePolynomialRealRootFinder extends Object implements Polynomial1DRootFinder<Double>
| Constructor and Description |
|---|
LaguerrePolynomialRealRootFinder() |
public Double[] getRoots(RealPolynomialFunction1D function)
getRoots in interface Polynomial1DRootFinder<Double>function - The function, not nullMathException - If there are no real roots; if the Commons method could not evaluate the function;
if the Commons method could not converge.Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.