public abstract class GaussQuadrature extends NumericalIntegrationMethod
| Modifier and Type | Class and Description |
|---|---|
static class |
GaussQuadrature.NumberOfPoints
The enum NumberOfPoints defines the number of quadrature points.
|
rescalingFactors, weights, xValues| Constructor and Description |
|---|
GaussQuadrature() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<QuadratureNode> |
getOrderedNodes(java.util.Set<QuadratureNode> nodes)
This method returns the correct number of nodes in the correct order.
|
getLowerBound, getRescalingFactors, getUpperBound, getWeights, getXValues, setLowerBound, setUpperBound, setXValuesFromListOfPointsprotected java.util.List<QuadratureNode> getOrderedNodes(java.util.Set<QuadratureNode> nodes)
nodes - the original set of QuadratureNode instances