org.apache.commons.math3.analysis.integration.gauss
public class LegendreRuleFactory extends BaseRuleFactory<java.lang.Double>
Constructor and Description |
---|
LegendreRuleFactory() |
Modifier and Type | Method and Description |
---|---|
protected Pair<java.lang.Double[],java.lang.Double[]> |
computeRule(int numberOfPoints)
Computes the rule for the given order.
|
addRule, getRule, getRuleInternal
protected Pair<java.lang.Double[],java.lang.Double[]> computeRule(int numberOfPoints) throws NotStrictlyPositiveException
computeRule
in class BaseRuleFactory<java.lang.Double>
numberOfPoints
- Order of the rule to be computed.NotStrictlyPositiveException
Copyright (c) 2003-2013 Apache Software Foundation