public interface RuleFactory
Modifier and Type | Method and Description |
---|---|
Pair<double[],double[]> |
getRule(int numberOfPoints)
Gets a copy of the quadrature rule with the given number of integration
points.
|
Pair<double[],double[]> getRule(int numberOfPoints) throws MathIllegalArgumentException
numberOfPoints
- Number of integration points.MathIllegalArgumentException
- if numberOfPoints < 1
.MathIllegalArgumentException
- if numberOfPoints > 1000
.MathIllegalArgumentException
- if the elements of the rule pair do not
have the same length.Copyright © 2016-2021 CS GROUP. All rights reserved.