Class FieldGammaMnsFunction<T extends CalculusFieldElement<T>>
- java.lang.Object
-
- org.orekit.propagation.semianalytical.dsst.utilities.FieldGammaMnsFunction<T>
-
- Type Parameters:
T
- type of the field elements
public class FieldGammaMnsFunction<T extends CalculusFieldElement<T>> extends Object
Compute the Γmn,s(γ) function from equation 2.7.1-(13).
-
-
Constructor Summary
Constructors Constructor Description FieldGammaMnsFunction(int nMax, T gamma, int I, Field<T> field)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getDerivative(int m, int n, int s)
Get Γ function derivative.T
getValue(int m, int n, int s)
Get Γ function value.
-