public interface GaussianQuadratureRule
Modifier and Type | Method and Description |
---|---|
double[] |
getCoefficients()
Get the coefficients \(c_i\) associated with each evaluation point \(x_i\).
|
double[] |
getEvaluationPoints()
Get the evaluation points for the quadrature rule (\(x_i\)).
|
double |
getWeighting(double x)
Get the weighting \(w(x_i)\) associated with a point \(x_i\).
|
boolean |
supportsInterval(double a,
double b)
Return whether the given interval (a,b) is supported by this rule.
|
double[] getEvaluationPoints()
double[] getCoefficients()
double getWeighting(double x)
x
- the evaluation pointboolean supportsInterval(double a, double b)
a
- the start point of the intervalb
- the end point of the intervaltrue
if the interval is supportedCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.