IntegrationΒΆ

IntegrationAlgorithm(*args)

Base class for integration algorithms.

FilonQuadrature(*args)

Integration algorithm for oscillating integrand.

experimental.CubaIntegration(*args)

Multidimensional integration algorithms.

SimplicialCubature(*args)

Integration over a mesh.

experimental.ExperimentIntegration(*args)

Create a quadrature rule for numerical integration based on a weighted experiment.

GaussKronrod(*args)

Adaptive integration algorithm of Gauss-Kronrod.

GaussLegendre(*args)

Tensorized integration algorithm of Gauss-Legendre.

FejerAlgorithm(*args)

Fejer Integration algorithm

GaussKronrodRule(*args)

Gauss-Kronrod rule used in the integration algorithm.

IteratedQuadrature(*args)

Multivariate integration algorithm.