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)
Deprecated.
as of 10.2, replaced by
getValue(int, int, int, Gradient) |
static <T extends RealFieldElement<T>> |
getValue(int l,
int v,
int w,
FieldDerivativeStructure<T> gamma)
Deprecated.
as of 10.2, replace by
getValue(int, int, int, FieldDerivativeStructure) |
static <T extends RealFieldElement<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 γ.
|
@Deprecated public static DerivativeStructure getValue(int l, int v, int w, DerivativeStructure gamma)
getValue(int, int, int, Gradient)This method is guaranteed to be thread-safe
l - degree of the polynomialv - v valuew - w valuegamma - γ valuepublic 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 - γ value@Deprecated public static <T extends RealFieldElement<T>> FieldDerivativeStructure<T> getValue(int l, int v, int w, FieldDerivativeStructure<T> gamma)
getValue(int, int, int, FieldDerivativeStructure)This method is guaranteed to be thread-safe
T - the type of the field elementsl - degree of the polynomialv - v valuew - w valuegamma - γ valuepublic static <T extends RealFieldElement<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-2020 CS GROUP. All rights reserved.