Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Test suite

The Boost.Quadrature test suite exercises the whole spectrum of functionalities provided by the library. Although the tests are not meant to serve as a learning guide, the interested reader may find it useful to inspect the source code to gain familiarity with some of the less common features offered by Boost.Quadrature.

Program

Description

kronrodgauss.cpp

kronrod-gauss kernel checks

kronrodgauss_multicompare.cpp

check multi-integrand kronrod-gauss

rms.cpp

rms kernel checks

rms_multicompare.cpp

check multi-integrand rms

adaptive.cpp

adaptive checks

adaptive_compound.cpp

adaptive multi-integrand checks

adaptive_multicompare.cpp

adaptive multi-integrand checks

epsilon.cpp

Wynn's epsilon algorithm checks

Copyright © 2007 Hugo Duncan

PrevUpHomeNext