|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.mathematics.analysis.polynomials.OrthogonalExactRealPolynomialFactory
public abstract class OrthogonalExactRealPolynomialFactory
This class is the base class to generate orthogonal polynomials.
| Constructor Summary | |
|---|---|
OrthogonalExactRealPolynomialFactory()
Simple constructor. |
|
| Method Summary | |
|---|---|
abstract Polynomial[] |
getFirstTermsPolynomials()
Initialize the recurrence coefficients for degree 0 and 1. |
abstract DoublePolynomial |
getOrthogonalPolynomial(int degree)
DOCUMENT ME! |
protected ExactReal[] |
getOrthogonalPolynomialCoefficients(int degree)
DOCUMENT ME! |
abstract Field.Member[] |
getRecurrenceCoefficients(int k)
Initialize the recurrence coefficients. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OrthogonalExactRealPolynomialFactory()
| Method Detail |
|---|
public abstract DoublePolynomial getOrthogonalPolynomial(int degree)
getOrthogonalPolynomial in interface OrthogonalPolynomialFactorydegree - DOCUMENT ME!
protected ExactReal[] getOrthogonalPolynomialCoefficients(int degree)
degree - DOCUMENT ME!
public abstract Polynomial[] getFirstTermsPolynomials()
getFirstTermsPolynomials in interface OrthogonalPolynomialFactorypublic abstract Field.Member[] getRecurrenceCoefficients(int k)
a1k Ok+1(X) = (a2k + a3k X) Ok(X) - a4k Ok-1(X)
getRecurrenceCoefficients in interface OrthogonalPolynomialFactoryk - index of the current step
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||