IntegrationΒΆ

IntegrationAlgorithm(*args)

Base class for integration algorithms.

FilonQuadrature(*args)

Tensorized integration algorithm of Gauss-Legendre.

experimental.SimplicialCubature(*args)

Integration over a simplex.

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.