public class LegendreRuleFactory extends BaseRuleFactory<Double>
| Constructor and Description |
|---|
LegendreRuleFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected Pair<Double[],Double[]> |
computeRule(int numberOfPoints)
Computes the rule for the given order.
|
addRule, getRule, getRuleInternalprotected Pair<Double[],Double[]> computeRule(int numberOfPoints) throws NotStrictlyPositiveException
computeRule in class BaseRuleFactory<Double>numberOfPoints - Order of the rule to be computed.NotStrictlyPositiveExceptionCopyright © 2003-2013 Apache Software Foundation. All Rights Reserved.