public class PolynomialNutation extends Object implements Serializable
PoissonSeries
,
Serialized FormConstructor and Description |
---|
PolynomialNutation(double... coefficients)
Build a polynomial from its coefficients.
|
Modifier and Type | Method and Description |
---|---|
double |
derivative(double tc)
Evaluate the time derivative of the polynomial.
|
<T extends CalculusFieldElement<T>> |
derivative(T tc)
Evaluate the time derivative of the polynomial.
|
double |
value(double tc)
Evaluate the value of the polynomial.
|
<T extends CalculusFieldElement<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 CalculusFieldElement<T>> T value(T tc)
T
- type of the filed elementstc
- date offset in Julian centuriespublic <T extends CalculusFieldElement<T>> T derivative(T tc)
T
- type of the filed elementstc
- date offset in Julian centuriesCopyright © 2002-2022 CS GROUP. All rights reserved.