Serializablepublic class PolynomialNutation extends Object implements Serializable
PoissonSeries,
Serialized Form| Constructor | Description |
|---|---|
PolynomialNutation(double... coefficients) |
Build a polynomial from its coefficients.
|
| Modifier and Type | Method | Description |
|---|---|---|
double |
derivative(double tc) |
Evaluate the time derivative of the polynomial.
|
<T extends RealFieldElement<T>> |
derivative(T tc) |
Evaluate the time derivative of the polynomial.
|
double |
value(double tc) |
Evaluate the value of the polynomial.
|
<T extends RealFieldElement<T>> |
value(T tc) |
Evaluate the value of the polynomial.
|
public PolynomialNutation(double... coefficients)
coefficients - polynomial coefficients in increasing degreepublic double value(double tc)
tc - date offset in Julian centuriespublic double derivative(double tc)
tc - date offset in Julian centuriespublic <T extends RealFieldElement<T>> T value(T tc)
T - type of the filed elementstc - date offset in Julian centuriespublic <T extends RealFieldElement<T>> T derivative(T tc)
T - type of the filed elementstc - date offset in Julian centuriesCopyright © 2002-2018 CS Systèmes d'information. All rights reserved.