Class 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 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 polynomial
        v - v value
        w - w value
        gamma - γ value
        Returns:
        value and derivatives of the Jacobi polynomial Plv,w(γ)