Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Chapter 11. Quadrature

Table of Contents

Adaptive Trapezoidal Quadrature
Gauss-Legendre quadrature
Gauss-Kronrod Quadrature
Double-exponential quadrature
Overview
tanh_sinh
Handling functions with large features near an endpoint with tanh-sinh quadrature
sinh_sinh
exp_sinh
Setting the Termination Condition for Integration
Setting the Maximum Interval Halvings and Memory Requirements
Thread Safety
Caveats
References

PrevUpHomeNext