#include <integrate.h>
This is a wrapper for the integrand, so we can pass the limits as well for renormalizing to the unit cube.
F | Type of the integrand function. |
Definition at line 192 of file integrate.h.
Public Attributes | |
double | min1 |
the lower bound of the first integrated variable More... | |
double | diff1 |
the integration range of the first integrated variable More... | |
double | min2 |
the lower bound of the second integrated variable More... | |
double | diff2 |
the integration range of the second integrated variable More... | |
F | f |
the integrated function More... | |
double smash::Integrand2d< F >::min1 |
the lower bound of the first integrated variable
Definition at line 194 of file integrate.h.
double smash::Integrand2d< F >::diff1 |
the integration range of the first integrated variable
Definition at line 196 of file integrate.h.
double smash::Integrand2d< F >::min2 |
the lower bound of the second integrated variable
Definition at line 198 of file integrate.h.
double smash::Integrand2d< F >::diff2 |
the integration range of the second integrated variable
Definition at line 200 of file integrate.h.
F smash::Integrand2d< F >::f |
the integrated function
Definition at line 202 of file integrate.h.