Class GammaMnsFunction
java.lang.Object
org.orekit.propagation.semianalytical.dsst.utilities.GammaMnsFunction
Compute the Γmn,s(γ) function from equation 2.7.1-(13).
- Author:
- Romain Di Costanzo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetDerivative(int m, int n, int s) Get Γ function derivative.doublegetValue(int m, int n, int s) Get Γ function value.
-
Constructor Details
-
GammaMnsFunction
public GammaMnsFunction(int nMax, double gamma, int I) Simple constructor.- Parameters:
nMax- max value for ngamma- γI- retrograde factor
-
-
Method Details
-
getValue
public double getValue(int m, int n, int s) Get Γ function value.- Parameters:
m- mn- ns- s- Returns:
- Γmn, s(γ)
-
getDerivative
public double getDerivative(int m, int n, int s) Get Γ function derivative.- Parameters:
m- mn- ns- s- Returns:
- dΓmn,s(γ)/dγ
-