public class JacobiPolynomials extends Object
This class is used for tesseral contribution computation.
| Modifier and Type | Method and Description |
|---|---|
static <T extends CalculusFieldElement<T>> |
getValue(int l,
int v,
int w,
FieldGradient<T> gamma)
Returns the value and derivatives of the Jacobi polynomial Plv,w evaluated at γ.
|
static Gradient |
getValue(int l,
int v,
int w,
Gradient gamma)
Returns the value and derivatives of the Jacobi polynomial Plv,w evaluated at γ.
|
public static Gradient getValue(int l, int v, int w, Gradient gamma)
This method is guaranteed to be thread-safe
l - degree of the polynomialv - v valuew - w valuegamma - γ valuepublic static <T extends CalculusFieldElement<T>> FieldGradient<T> getValue(int l, int v, int w, FieldGradient<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-2023 CS GROUP. All rights reserved.