Add the Jacobi polynomials in the class PolynomialsUtils
--------------------------------------------------------
Key: MATH-687
URL: https://issues.apache.org/jira/browse/MATH-687
Project: Commons Math
Issue Type: New Feature
Affects Versions: 3.0
Environment: all
Reporter: DI COSTANZO
Priority: Trivial
Jacobi polynomials Pk(vw) are a generalization of the legendre polynomial.
Legendre Polynomials are Jacobi polynomials for v = w = 0.
They are orthogonal polynomials and are defined from a recursion formula,
giving the n+1 element of the polynomial from the nth element and the (n-1)'s
one
Therefore, they could be implemented in the PolynomialsUtils and use the
generic frame already used in this class to create and store them.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira