Hello,
Is there a package that constructs a hierarchical quadtree given a set of non-uniform points in 2D? I would like to play around with fast multipole methods.
Hello,
Is there a package that constructs a hierarchical quadtree given a set of non-uniform points in 2D? I would like to play around with fast multipole methods.
Checkout https://github.com/rdeits/RegionTrees.jl also.
Thank you for your answers!