Serializable
public class PolynomialNutation extends Object implements Serializable
PoissonSeries
,
Serialized FormConstructor | 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 org.hipparchus.RealFieldElement<T>> |
derivative(T tc) |
Evaluate the time derivative of the polynomial.
|
double |
value(double tc) |
Evaluate the value of the polynomial.
|
<T extends org.hipparchus.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 org.hipparchus.RealFieldElement<T>> T value(T tc)
T
- type of the filed elementstc
- date offset in Julian centuriespublic <T extends org.hipparchus.RealFieldElement<T>> T derivative(T tc)
T
- type of the filed elementstc
- date offset in Julian centuriesCopyright © 2002-2019 CS Systèmes d'information. All rights reserved.