Package org.apache.commons.math3.analysis.integration
package org.apache.commons.math3.analysis.integration
Numerical integration (quadrature) algorithms for univariate real functions.
-
ClassDescriptionProvide a default implementation for several generic functions.This algorithm divides the integration interval into equally-sized sub-interval and on each of them performs a Legendre-Gauss quadrature.Deprecated.As of 3.1 (to be removed in 4.0).Implements the Midpoint Rule for integration of real univariate functions.Implements the Romberg Algorithm for integration of real univariate functions.Implements Simpson's Rule for integration of real univariate functions.Implements the Trapezoid Rule for integration of real univariate functions.Interface for univariate real integration algorithms.