API Documentation
Adaptive integration of a callable function or method
|
Global adaptive quadrature using Gauss-Kronrod rule. |
|
Global adaptive quadrature using Clenshaw-Curtis rule. |
|
Global adaptive quadrature using trapezoidal tanh-sinh rule. |
|
Romberg integration of a callable function or method. |
|
Romberg integration with tanh-sinh (aka double exponential) transformation. |
Quadrature Rules
Abstract base class for 1D quadrature rules. |
|
|
Integrate a function from a to b using a fixed order Gauss-Kronrod rule. |
|
Integrate a function from a to b using a fixed order Clenshaw-Curtis rule. |
|
Integrate a function from a to b using a fixed order Tanh-Sinh trapezoidal rule. |
Integrating function from sampled values
|
Integrate along the given axis using the composite trapezoidal rule. |
|
Cumulatively integrate y(x) using the composite trapezoidal rule. |
|
Integrate y(x) from samples using the composite Simpson's rule. |
|
Cumulatively integrate y(x) using the composite Simpson's 1/3 rule. |
Low level routines and wrappers
|
Global adaptive quadrature. |