类 LegendreRuleFactory

java.lang.Object
org.hipparchus.analysis.integration.gauss.AbstractRuleFactory
org.hipparchus.analysis.integration.gauss.LegendreRuleFactory
所有已实现的接口:
RuleFactory

public class LegendreRuleFactory extends AbstractRuleFactory
使用Legendre多项式创建Gauss型求积规则的工厂。在此实现中,积分的自然区间的下限和上限分别为-1和1。Legendre多项式使用Abramowitz和Stegun,1964中提出的递推关系进行评估。
  • 构造器详细资料

    • LegendreRuleFactory

      public LegendreRuleFactory()
      空构造函数。

      这个构造函数并非绝对必要,但它可以防止在JDK 18及更高版本中出现虚假的javadoc警告。

      从以下版本开始:
      3.0
  • 方法详细资料