Version: SMASH-1.5
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 379 of file integrate.h.

Collaboration diagram for smash::Integrand2d< F >:
[legend]

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 381 of file integrate.h.

◆ diff1

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

the integration range of the first integrated variable

Definition at line 383 of file integrate.h.

◆ min2

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

the lower bound of the second integrated variable

Definition at line 385 of file integrate.h.

◆ diff2

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

the integration range of the second integrated variable

Definition at line 387 of file integrate.h.

◆ f

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

the integrated function

Definition at line 389 of file integrate.h.


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