Uses of Class
org.apache.commons.math3.analysis.integration.gauss.GaussIntegrator

Packages that use GaussIntegrator
org.apache.commons.math3.analysis.integration.gauss Gauss family of quadrature schemes. 
 

Uses of GaussIntegrator in org.apache.commons.math3.analysis.integration.gauss
 

Methods in org.apache.commons.math3.analysis.integration.gauss that return GaussIntegrator
 GaussIntegrator GaussIntegratorFactory.legendre(int numberOfPoints)
          Creates an integrator of the given order, and whose call to the integrate method will perform an integration on the natural interval [-1 , 1].
 GaussIntegrator GaussIntegratorFactory.legendre(int numberOfPoints, double lowerBound, double upperBound)
          Creates an integrator of the given order, and whose call to the integrate method will perform an integration on the given interval.
 GaussIntegrator GaussIntegratorFactory.legendreHighPrecision(int numberOfPoints)
          Creates an integrator of the given order, and whose call to the integrate method will perform an integration on the natural interval [-1 , 1].
 GaussIntegrator GaussIntegratorFactory.legendreHighPrecision(int numberOfPoints, double lowerBound, double upperBound)
          Creates an integrator of the given order, and whose call to the integrate method will perform an integration on the given interval.
 



Copyright © 2017 CNES. All Rights Reserved.