public class LaguerreRuleFactory extends BaseRuleFactory<Double>
| Constructor | Description |
|---|---|
LaguerreRuleFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
protected Pair<Double[],Double[]> |
computeRule(int numberOfPoints) |
Computes the rule for the given order.
|
addRule, getRule, getRuleInternalprotected Pair<Double[],Double[]> computeRule(int numberOfPoints)
computeRule in class BaseRuleFactory<Double>numberOfPoints - Order of the rule to be computed.Copyright © 2016–2018 Hipparchus.org. All rights reserved.