Uses of Interface
org.hipparchus.analysis.integration.gauss.RuleFactory
Packages that use RuleFactory
-
Uses of RuleFactory in org.hipparchus.analysis.integration.gauss
Classes in org.hipparchus.analysis.integration.gauss that implement RuleFactoryModifier and TypeClassDescriptionclassBase class for rules that determines the integration nodes and their weights.classConvertingRuleFactory<T extends FieldElement<T>>classFactory that creates a Gauss-type quadrature rule using Hermite polynomials of the first kind.classFactory that creates Gauss-type quadrature rule using Laguerre polynomials.classFactory that creates Gauss-type quadrature rule using Legendre polynomials.