Public Member Functions | Protected Attributes | List of all members
o2scl::inte_sinh_sinh_boost< func_t, max_refine, fp_t > Class Template Reference

Sinh-sinh integration class (Boost) More...

#include <inte_double_exp_boost.h>

Detailed Description

template<class func_t = funct, size_t max_refine = 15, class fp_t = double>
class o2scl::inte_sinh_sinh_boost< func_t, max_refine, fp_t >

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.
 

The documentation for this class was generated from the following file:

Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).