Uses of Class
org.drip.numerical.quadrature.OrthogonalPolynomial
Package | Description |
---|---|
org.drip.numerical.quadrature |
R1 Gaussian Integration Quadrature Schemes
|
-
Uses of OrthogonalPolynomial in org.drip.numerical.quadrature
Methods in org.drip.numerical.quadrature that return OrthogonalPolynomial Modifier and Type Method Description OrthogonalPolynomial
OrthogonalPolynomialSuite. orthogonalPolynomial(int degree)
Retrieve the Orthogonal Polynomial corresponding to the Specified DegreeMethods in org.drip.numerical.quadrature that return types with arguments of type OrthogonalPolynomial Modifier and Type Method Description java.util.TreeMap<java.lang.Integer,OrthogonalPolynomial>
OrthogonalPolynomialSuite. orthogonalPolynomialMap()
Retrieve the Orthogonal Polynomial MapMethods in org.drip.numerical.quadrature with parameters of type OrthogonalPolynomial Modifier and Type Method Description boolean
OrthogonalPolynomialSuite. addOrthogonalPolynomial(OrthogonalPolynomial orthogonalPolynomial)
Add the Specified Orthogonal Polynomial