marcpaterno / gpuintegration

Code for Fermilab LDRD 2020-050 "Numerical Integration on GPUs", implementing the CUHRE routine for GPUs.
Other
11 stars 2 forks source link

How to do a 1-d integration with pagani or m-cube? #5

Closed f1974939505 closed 1 month ago

marcpaterno commented 1 month ago

PAGANI can not be used for 1-d integration; the set of rules it applies work only in two or more dimensions.

m-cubes should require no special handling for 1-d integrals. m-cubes is a Monte Carlo algorithm, and so It is not likely to be especially efficient for 1-d integrals.

f1974939505 commented 1 month ago

What is the meaning of the boolean variable "use_custom" in the template of gauss_time_and_call?