[][src]Module gkquad::single::algorithm

This is supported on feature="single" only.

Algorithms for 1-dimentional numerical integration

Finite Algorithms

Default algorithms (AUTO, QAG, QAGS, QAGP) will be applicable to both finite and infinite interval, but will produce multiple assembly for a single integrand, which results in large binary size.

If you know the interval is always finite, then you should use *_FINITE algorithms.

References

Structs

AUTOfeature="single"

Automatically select algorithm based on configuration

QAGfeature="single"
QAGPfeature="single"
QAGP_FINITEfeature="single"

QAGP algorithm over finite interval

QAGSfeature="single"
QAGS_FINITEfeature="single"

QAGS algorithm over finite interval

QAG_FINITEfeature="single"

QAG algorithm over finite interval

Traits

Algorithmfeature="single"

1-dimentional integration algorithm API