public class JacobiPolynomials extends Object
This class is used for tesseral contribution computation.
| Modifier and Type | Method and Description |
|---|---|
static DerivativeStructure |
getValue(int l,
int v,
int w,
DerivativeStructure gamma)
Returns the value and derivatives of the Jacobi polynomial Plv,w evaluated at γ.
|
static <T extends RealFieldElement<T>> |
getValue(int l,
int v,
int w,
FieldDerivativeStructure<T> gamma)
Returns the value and derivatives of the Jacobi polynomial Plv,w evaluated at γ.
|
public static DerivativeStructure getValue(int l, int v, int w, DerivativeStructure gamma)
This method is guaranteed to be thread-safe
l - degree of the polynomialv - v valuew - w valuegamma - γ valuepublic static <T extends RealFieldElement<T>> FieldDerivativeStructure<T> getValue(int l, int v, int w, FieldDerivativeStructure<T> gamma)
This method is guaranteed to be thread-safe
T - the type of the field elementsl - degree of the polynomialv - v valuew - w valuegamma - γ valueCopyright © 2002-2019 CS Systèmes d'information. All rights reserved.