T - Type of the number used to represent the points and weights of
the quadrature rules.public interface FieldRuleFactory<T extends FieldElement<T>>
| Modifier and Type | Method and Description |
|---|---|
Pair<T[],T[]> |
getRule(int numberOfPoints)
Gets a copy of the quadrature rule with the given number of integration
points.
|
Pair<T[],T[]> 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-2022 CS GROUP. All rights reserved.