[][src]Module gkquad::prelude

Re-exports

pub use crate::single::algorithm::*;
pub use crate::double::algorithm::*;
pub use crate::double::range::*;

Structs

IntegrationResult

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

Integrator

Integration Executor

Integrator2

2-dimentional 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

Integrand2

The function that is to be integrated

Functions

integral

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

integral2

Performs integration using QAGS2 algorithm, which achieves greate performance for many kinds of functions.