Class inte_exp_sinh_boost (o2scl)¶
-
template<class
func_t
= funct, size_tmax_refine
= 15, classfp_t
= double>
classo2scl
::
inte_exp_sinh_boost
: public o2scl::inte<funct, double>¶ Exp-sinh integration class (Boost)
This class calls the error handler if the error returned by boost is larger than inte::tol_rel .
Native range is 0 to \( \infty \), but any semi-infinite range is supported.
Public Functions
-
inte_exp_sinh_boost
()¶
-
~inte_exp_sinh_boost
()¶
-
int
integ_err
(func_t &func, fp_t a, fp_t b, fp_t &res, fp_t &err)¶ Integrate function
func
froma
tob
and place the result inres
and the error inerr
.
-