Uses of Class
org.hipparchus.analysis.integration.gauss.FieldGaussIntegrator
Packages that use FieldGaussIntegrator
-
Uses of FieldGaussIntegrator in org.hipparchus.analysis.integration.gauss
Subclasses of FieldGaussIntegrator in org.hipparchus.analysis.integration.gaussModifier and TypeClassDescriptionclassSymmetricFieldGaussIntegrator<T extends CalculusFieldElement<T>>This class's implementsintegratemethod assuming that the integral is symmetric about 0.Methods in org.hipparchus.analysis.integration.gauss that return FieldGaussIntegratorModifier and TypeMethodDescriptionFieldGaussIntegratorFactory.laguerre(int numberOfPoints) Creates a Gauss-Laguerre integrator of the given order.FieldGaussIntegratorFactory.legendre(int numberOfPoints) Creates a Gauss-Legendre integrator of the given order.Creates a Gauss-Legendre integrator of the given order.