Uses of Class
org.hipparchus.analysis.integration.gauss.AbstractRuleFactory
Packages that use AbstractRuleFactory
- 
Uses of AbstractRuleFactory in org.hipparchus.analysis.integration.gauss
Subclasses of AbstractRuleFactory in org.hipparchus.analysis.integration.gaussModifier and TypeClassDescriptionclassConvertingRuleFactory<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.