Package org.apache.commons.math.analysis.integration
package org.apache.commons.math.analysis.integration
Numerical integration (quadrature) algorithms for univariate real functions.
-
ClassDescriptionImplements the Legendre-Gauss quadrature formula.Implements the Romberg Algorithm for integration of real univariate functions.Implements the Simpson's Rule for integration of real univariate functions.Implements the Trapezoidal Rule for integration of real univariate functions.Interface for univariate real integration algorithms.Provide a default implementation for several generic functions.