public class GaussLaguerreWeightAndAbscissaFunction extends Object implements QuadratureWeightAndAbscissaFunction
LaguerrePolynomialFunction.| Constructor and Description |
|---|
GaussLaguerreWeightAndAbscissaFunction()
Creates an instance.
|
GaussLaguerreWeightAndAbscissaFunction(double alpha)
Creates an instance.
|
public GaussLaguerreWeightAndAbscissaFunction()
public GaussLaguerreWeightAndAbscissaFunction(double alpha)
alpha - The value of $\alpha$ to use when generating the polynomials.public GaussianQuadratureData generate(int n)
generate in interface QuadratureWeightAndAbscissaFunctionn - The number of weights and abscissas to generate, not negative or zeroCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.