public class HermiteRuleFactory extends BaseRuleFactory<Double>
f(x) e-x2
I. Krasikov,
Nonnegative quadratic forms and bounds on orthogonal polynomials,
Journal of Approximation theory 111, 31-49
| Constructor and Description |
|---|
HermiteRuleFactory() |
| 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 DimensionMismatchException
computeRule in class BaseRuleFactory<Double>numberOfPoints - Order of the rule to be computed.DimensionMismatchException - if the elements of the pair do not
have the same length.Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.