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 Details

    • GammaMnsFunction

      public GammaMnsFunction(int nMax, double gamma, int I)
      Simple constructor.
      Parameters:
      nMax - max value for n
      gamma - γ
      I - retrograde factor
  • Method Details

    • getValue

      public double getValue(int m, int n, int s)
      Get Γ function value.
      Parameters:
      m - m
      n - n
      s - s
      Returns:
      Γmn, s(γ)
    • getDerivative

      public double getDerivative(int m, int n, int s)
      Get Γ function derivative.
      Parameters:
      m - m
      n - n
      s - s
      Returns:
      mn,s(γ)/dγ