Uses of Class
org.apache.commons.math4.analysis.integration.gauss.SymmetricGaussIntegrator
| Package | Description |
|---|---|
| org.apache.commons.math4.analysis.integration.gauss |
Gauss family of quadrature schemes.
|
-
Uses of SymmetricGaussIntegrator in org.apache.commons.math4.analysis.integration.gauss
Methods in org.apache.commons.math4.analysis.integration.gauss that return SymmetricGaussIntegrator Modifier and Type Method Description SymmetricGaussIntegratorGaussIntegratorFactory. hermite(int numberOfPoints)Creates a Gauss-Hermite integrator of the given order.