#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 379 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 381 of file integrate.h.
| double smash::Integrand2d< F >::diff1 | 
the integration range of the first integrated variable
Definition at line 383 of file integrate.h.
| double smash::Integrand2d< F >::min2 | 
the lower bound of the second integrated variable
Definition at line 385 of file integrate.h.
| double smash::Integrand2d< F >::diff2 | 
the integration range of the second integrated variable
Definition at line 387 of file integrate.h.
| F smash::Integrand2d< F >::f | 
the integrated function
Definition at line 389 of file integrate.h.