Sinh-sinh integration class (Boost) More...
#include <inte_double_exp_boost.h>
This class calls the error handler if the error returned by boost is larger than inte::tol_rel .
Definition at line 156 of file inte_double_exp_boost.h.
Public Member Functions | |
virtual int | integ_err (func_t &func, fp_t &res, fp_t &err) |
Integrate function func from a to b and place the result in res and the error in err . | |
Protected Attributes | |
boost::math::quadrature::sinh_sinh< fp_t > | it |
The boost integration object. | |
fp_t | L1norm |
L1 norm. | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).