|
|||||||||
| 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.GegenbauerDoublePolynomialFactory
public final class GegenbauerDoublePolynomialFactory
This class implements Gegenbauer polynomials.
Gegenbauer l (lambda) polynomials can be defined by the following recurrence relations:
T0(X) = 1 T1(X) = 2lX (k+1)Tk+1(X) = 2(k+l)X Tk(X) - (k+2l-1)Tk-1(X)
| Constructor Summary | |
|---|---|
GegenbauerDoublePolynomialFactory(double lambda)
|
|
| Method Summary | |
|---|---|
Polynomial[] |
getFirstTermsPolynomials()
Initialize the recurrence coefficients for degree 0 and 1. |
double |
getLambda()
|
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 GegenbauerDoublePolynomialFactory(double lambda)
| Method Detail |
|---|
public double getLambda()
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)
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 | ||||||||