Uses of Class
org.hipparchus.analysis.integration.gauss.FieldAbstractRuleFactory
Packages that use FieldAbstractRuleFactory
-
Uses of FieldAbstractRuleFactory in org.hipparchus.analysis.integration.gauss
Subclasses of FieldAbstractRuleFactory in org.hipparchus.analysis.integration.gaussModifier and TypeClassDescriptionclassFieldHermiteRuleFactory<T extends CalculusFieldElement<T>>Factory that creates a Gauss-type quadrature rule using Hermite polynomials of the first kind.classFieldLaguerreRuleFactory<T extends CalculusFieldElement<T>>Factory that creates Gauss-type quadrature rule using Laguerre polynomials.classFieldLegendreRuleFactory<T extends CalculusFieldElement<T>>Factory that creates Gauss-type quadrature rule using Legendre polynomials.