Class ConvertingRuleFactory<T extends FieldElement<T>>

java.lang.Object
org.hipparchus.analysis.integration.gauss.AbstractRuleFactory
org.hipparchus.analysis.integration.gauss.ConvertingRuleFactory<T>
Type Parameters:
T - Type of the number used to represent the points and weights of the quadrature rules.
All Implemented Interfaces:
RuleFactory

public class ConvertingRuleFactory<T extends FieldElement<T>> extends AbstractRuleFactory
Factory converting field-based FieldRuleFactory into RuleFactory.
Since:
2.0
  • Constructor Details

    • ConvertingRuleFactory

      public ConvertingRuleFactory(FieldRuleFactory<T> fieldFactory)
      Simple constructor.
      Parameters:
      fieldFactory - field-based factory to convert
  • Method Details