JuliaMath / HCubature.jl

pure-Julia multidimensional h-adaptive integration
Other
153 stars 25 forks source link

Parallel evaluation of the integrand #17

Open atbug opened 5 years ago

atbug commented 5 years ago

In the previous Cubature.jl package, it is possible to evaluate the integrand in parallel by requiring the function f to accept matrix arguments. Is it possible such feature can be supported in HCubature.jl?