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