Interface QuadratureWeightAndAbscissaFunction
-
- All Known Implementing Classes:
GaussHermiteWeightAndAbscissaFunction,GaussJacobiWeightAndAbscissaFunction,GaussLaguerreWeightAndAbscissaFunction,GaussLegendreWeightAndAbscissaFunction
public interface QuadratureWeightAndAbscissaFunctionInterface for classes that generate weights and abscissas for use in Gaussian quadrature. The abscissas are the roots of an orthogonal polynomialOrthogonalPolynomialFunctionGenerator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GaussianQuadratureDatagenerate(int n)
-
-
-
Method Detail
-
generate
GaussianQuadratureData generate(int n)
- Parameters:
n- The number of weights and abscissas to generate, not negative or zero- Returns:
- An object containing the weights and abscissas
-
-