[][src]Module gkquad::prelude

Structs

IntegrationResult

Store the estimation of integral and estimated absolute error (delta) of calculation.

Integrator

Integration Executor

Enums

RuntimeError

calculation error information occured during integration.

Tolerance

Specify the tolerance which must be satisfied after calculation

Traits

Integrand

The function that is to be integrated

Functions

integral

Performs integration using QAGS algorithm, which achieves great performance for many kinds of functions.