|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.mathematics.analysis.polynomials.OrthogonalDoublePolynomialFactory
org.jscience.mathematics.analysis.polynomials.ChebyshevDoublePolynomialFactory
public final class ChebyshevDoublePolynomialFactory
This class implements Chebyshev polynomials.
Chebyshev polynomials can be defined by the following recurrence relations:
T0(X) = 1 T1(X) = X Tk+1(X) = 2X Tk(X) - Tk-1(X)
| Constructor Summary | |
|---|---|
ChebyshevDoublePolynomialFactory()
|
|
| Method Summary | |
|---|---|
Polynomial[] |
getFirstTermsPolynomials()
Initialize the recurrence coefficients for degree 0 and 1. |
DoublePolynomial |
getOrthogonalPolynomial(int degree)
Simple constructor. |
Field.Member[] |
getRecurrenceCoefficients(int k)
Initialize the recurrence coefficients. |
| Methods inherited from class org.jscience.mathematics.analysis.polynomials.OrthogonalDoublePolynomialFactory |
|---|
getOrthogonalPolynomialCoefficients |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChebyshevDoublePolynomialFactory()
| Method Detail |
|---|
public DoublePolynomial getOrthogonalPolynomial(int degree)
getOrthogonalPolynomial in interface OrthogonalPolynomialFactorygetOrthogonalPolynomial in class OrthogonalDoublePolynomialFactorydegree - degree of the polynomial
public Polynomial[] getFirstTermsPolynomials()
getFirstTermsPolynomials in interface OrthogonalPolynomialFactorygetFirstTermsPolynomials in class OrthogonalDoublePolynomialFactorypublic Field.Member[] getRecurrenceCoefficients(int k)
Tk+1(X) = 2X Tk(X) - Tk-1(X)
getRecurrenceCoefficients in interface OrthogonalPolynomialFactorygetRecurrenceCoefficients in class OrthogonalDoublePolynomialFactoryk - index of the current step
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||