public class JacobiPolynomials extends Object
This class is used for tesseral contribution computation.
| 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 γ.
|
public static org.hipparchus.analysis.differentiation.DerivativeStructure getValue(int l,
int v,
int w,
org.hipparchus.analysis.differentiation.DerivativeStructure gamma)
This method is guaranteed to be thread-safe
l - degree of the polynomialv - v valuew - w valuegamma - γ valueCopyright © 2002-2019 CS Systèmes d'information. All rights reserved.