Documentation of 'org.apache.commons.math3.analysis.integration.gauss.LegendreHighPrecisionRuleFactory' Java class
LegendreHighPrecisionRuleFactory
org.apache.commons.math3.analysis.integration.gauss

Class LegendreHighPrecisionRuleFactory



  • public class LegendreHighPrecisionRuleFactory
    extends BaseRuleFactory<java.math.BigDecimal>
    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 Detail

      • LegendreHighPrecisionRuleFactory

        public LegendreHighPrecisionRuleFactory()
        Default precision is DECIMAL128.
      • LegendreHighPrecisionRuleFactory

        public LegendreHighPrecisionRuleFactory(java.math.MathContext mContext)
        Parameters:
        mContext - Precision setting for computing the quadrature rules.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.