Class JacobiPolynomials
- java.lang.Object
-
- org.orekit.propagation.semianalytical.dsst.utilities.JacobiPolynomials
-
public class JacobiPolynomials extends Object
Provider of the Jacobi polynomials Plv,w.This class is used for
tesseral contribution
computation.- Since:
- 6.1
- Author:
- Nicolas Bernard
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.hipparchus.analysis.differentiation.DerivativeStructure
getValue(int l, int v, int w, org.hipparchus.analysis.differentiation.DerivativeStructure gamma)
Returns the value and derivatives of the Jacobi polynomial Plv,w evaluated at γ.
-
-
-
Method Detail
-
getValue
public static org.hipparchus.analysis.differentiation.DerivativeStructure getValue(int l, int v, int w, org.hipparchus.analysis.differentiation.DerivativeStructure gamma)
Returns the value and derivatives of the Jacobi polynomial Plv,w evaluated at γ.This method is guaranteed to be thread-safe
- Parameters:
l
- degree of the polynomialv
- v valuew
- w valuegamma
- γ value- Returns:
- value and derivatives of the Jacobi polynomial Plv,w(γ)
-
-