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
Compute the Γmn,s(γ) function from equation 2.7.1-(13).
-
Constructor Summary
ConstructorsConstructorDescriptionFieldGammaMnsFunction(int nMax, T gamma, int I, Field<T> field) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetDerivative(int m, int n, int s) Get Γ function derivative.getValue(int m, int n, int s) Get Γ function value.
-
Constructor Details
-
FieldGammaMnsFunction
Simple constructor.- Parameters:
nMax- max value for ngamma- γI- retrograde factorfield- field element
-
-
Method Details
-
getValue
Get Γ function value.- Parameters:
m- mn- ns- s- Returns:
- Γmn, s(γ)
-
getDerivative
Get Γ function derivative.- Parameters:
m- mn- ns- s- Returns:
- dΓmn,s(γ)/dγ
-