org.apache.commons.math3.analysis.integration.gauss
Class LegendreRuleFactory
- java.lang.Object
-
- org.apache.commons.math3.analysis.integration.gauss.BaseRuleFactory<java.lang.Double>
-
- org.apache.commons.math3.analysis.integration.gauss.LegendreRuleFactory
-
public class LegendreRuleFactory extends BaseRuleFactory<java.lang.Double>
Factory that creates Gauss-type quadrature rule using Legendre polynomials. In this implementation, the lower and upper bounds of the natural interval of integration are -1 and 1, respectively. The Legendre polynomials are evaluated using the recurrence relation presented in Abramowitz and Stegun, 1964.- Since:
- 3.1
-
-
Constructor Summary
Constructors Constructor and Description LegendreRuleFactory()
-
Method Summary
-
Methods inherited from class org.apache.commons.math3.analysis.integration.gauss.BaseRuleFactory
getRule
-
-
DMelt 3.0 © DataMelt by jWork.ORG