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