JuliaMath / HCubature.jl

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

Any plans to add Symbolics.jl inside HCubature.jl? #39

Closed NoelAraujo closed 2 years ago

NoelAraujo commented 2 years ago

I have more a question/suggestion than an issue.

Does HCubature.jl will get more features if it incorporates Symbolics.jl?

The scenario that comes to my mind are Double Integrals, https://github.com/JuliaMath/HCubature.jl/issues/16 - I imagine that Symbolics.jl could perform the change of variables and Jacobian to solve the problem.

Thank you.

stevengj commented 2 years ago

No, Hcubature is much lower level than Symbolics. You might make a package that depends on both to do integrals over oddly shaped domains, but I don’t think I’ll ever want that in HCubature itself.