Home | History | Annotate | Download | only in polynomials

Lines Matching full:polynomials

17 package org.apache.commons.math.analysis.polynomials;
25 * A collection of static methods that operate on or return polynomials.
32 /** Coefficients for Chebyshev polynomials. */
35 /** Coefficients for Hermite polynomials. */
38 /** Coefficients for Laguerre polynomials. */
41 /** Coefficients for Legendre polynomials. */
46 // initialize recurrence for Chebyshev polynomials
53 // initialize recurrence for Hermite polynomials
60 // initialize recurrence for Laguerre polynomials
67 // initialize recurrence for Legendre polynomials
85 * polynomials of the first kind</a> are orthogonal polynomials.
109 * polynomials</a> are orthogonal polynomials.
136 * polynomials</a> are orthogonal polynomials.
163 * polynomials</a> are orthogonal polynomials.
237 // start indices of two previous polynomials Pk(X) and Pk-1(X)
274 * @param k highest degree of the polynomials used in the recurrence