public class JacobiPolynomials extends Object
This class is used for tesseral contribution
computation.
Modifier and Type | Method and Description |
---|---|
static org.apache.commons.math3.analysis.differentiation.DerivativeStructure |
getValue(int l,
int v,
int w,
org.apache.commons.math3.analysis.differentiation.DerivativeStructure gamma)
Returns the value and derivatives of the Jacobi polynomial Plv,w evaluated at γ.
|
public static org.apache.commons.math3.analysis.differentiation.DerivativeStructure getValue(int l, int v, int w, org.apache.commons.math3.analysis.differentiation.DerivativeStructure gamma)
This method is guaranteed to be thread-safe
l
- degree of the polynomialv
- v valuew
- w valuegamma
- γ valueCopyright © 2002–2016 CS Syst?mes d'Information. All rights reserved.