Class GammaMnsFunction
- java.lang.Object
-
- org.orekit.propagation.semianalytical.dsst.utilities.GammaMnsFunction
-
public class GammaMnsFunction extends Object
Compute the Γmn,s(γ) function from equation 2.7.1-(13).- Author:
- Romain Di Costanzo
-
-
Constructor Summary
Constructors Constructor Description GammaMnsFunction(int nMax, double gamma, int I)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getDerivative(int m, int n, int s)
Get Γ function derivative.double
getValue(int m, int n, int s)
Get Γ function value.
-