Uses of Class
org.apache.commons.math3.analysis.integration.gauss.GaussIntegratorFactory
-
Packages that use GaussIntegratorFactory Package Description org.apache.commons.math3.analysis.integration Numerical integration (quadrature) algorithms for univariate real functions. -
-
Uses of GaussIntegratorFactory in org.apache.commons.math3.analysis.integration
Fields in org.apache.commons.math3.analysis.integration declared as GaussIntegratorFactory Modifier and Type Field Description private static GaussIntegratorFactory
IterativeLegendreGaussIntegrator. FACTORY
Factory that computes the points and weights.
-