public class LegendrePolynomialFunction extends OrthogonalPolynomialFunctionGenerator
| Constructor and Description |
|---|
LegendrePolynomialFunction() |
| Modifier and Type | Method and Description |
|---|---|
DoubleFunction1D[] |
getPolynomials(int n) |
Pair<DoubleFunction1D,DoubleFunction1D>[] |
getPolynomialsAndFirstDerivative(int n) |
getOne, getX, getZeropublic DoubleFunction1D[] getPolynomials(int n)
getPolynomials in class OrthogonalPolynomialFunctionGeneratorpublic Pair<DoubleFunction1D,DoubleFunction1D>[] getPolynomialsAndFirstDerivative(int n)
getPolynomialsAndFirstDerivative in class OrthogonalPolynomialFunctionGeneratorCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.