Integrate over .
More...
#include <inte.h>
def_inte_t
avoids evaluating the function at the left-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 b, 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 ![]() ![]() | |
Protected Attributes | |
func_t * | user_func |
A pointer to the user-specified function. | |
fp_t | upper_limit |
The upper 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_il< func_t, def_inte_t, fp_t >::internal_funct |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).