T - the type of the field elementspublic class PolynomialNutation<T extends RealFieldElement<T>> extends Object implements Serializable
PoissonSeries,
Serialized Form| Constructor and Description |
|---|
PolynomialNutation(double... coefficients)
Build a polynomial from its coefficients.
|
| Modifier and Type | Method and Description |
|---|---|
double |
value(double tc)
Evaluate the value of the polynomial.
|
T |
value(T tc)
Evaluate the value of the polynomial.
|
public PolynomialNutation(double... coefficients)
coefficients - polynomial coefficients in increasing degreeCopyright © 2002-2016 CS Systèmes d'information. All rights reserved.