Version: SMASH-3.1
smash::Integrand2d< F > Struct Template Reference

#include <integrate.h>

template<typename F>
struct smash::Integrand2d< F >

This is a wrapper for the integrand, so we can pass the limits as well for renormalizing to the unit cube.

Template Parameters
FType 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
 the integrated function More...
 

Member Data Documentation

◆ min1

template<typename F >
double smash::Integrand2d< F >::min1

the lower bound of the first integrated variable

Definition at line 194 of file integrate.h.

◆ diff1

template<typename F >
double smash::Integrand2d< F >::diff1

the integration range of the first integrated variable

Definition at line 196 of file integrate.h.

◆ min2

template<typename F >
double smash::Integrand2d< F >::min2

the lower bound of the second integrated variable

Definition at line 198 of file integrate.h.

◆ diff2

template<typename F >
double smash::Integrand2d< F >::diff2

the integration range of the second integrated variable

Definition at line 200 of file integrate.h.

◆ f

template<typename F >
F smash::Integrand2d< F >::f

the integrated function

Definition at line 202 of file integrate.h.


The documentation for this struct was generated from the following file: