Integrate over
.
More...
#include <inte.h>
def_inte_t avoids evaluating the function at the right-hand end point. Public Types | |
| typedef std::function< fp_t(fp_t)> | internal_funct |
| Internal function type based on floating-point type. More... | |
Public Member Functions | |
| virtual int | integ_err (func_t &func, fp_t a, fp_t &res, fp_t &err) |
Integrate function func from a to b giving result res and error err. | |
Protected Member Functions | |
| virtual fp_t | transform (fp_t t) |
Transform from to . | |
Protected Attributes | |
| func_t * | user_func |
| A pointer to the user-specified function. | |
| fp_t | lower_limit |
| The lower limit. | |
| inte< internal_funct, fp_t > * | it |
| The base integration object. | |
| internal_funct | fo |
| Function object. | |
Integration object | |
| def_inte_t | def_inte |
| Default integration object. | |
| int | set_inte (inte< internal_funct, fp_t > &i) |
| Set the base integration object to use. | |
| typedef std::function<fp_t(fp_t)> o2scl::inte_iu< func_t, def_inte_t, fp_t >::internal_funct |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).