Hierarchical quadtree for fast mutipole method

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.

1 Like

This one?

https://juliahub.com/ui/Packages/ClusterTrees/nbEOp/0.2.0

1 Like

Checkout https://github.com/rdeits/RegionTrees.jl also.

2 Likes

Thank you for your answers!