You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, this is an O(M^2) algorithm. This can be improved substantially, for example by recursively subdividing the domain or by using an FMM-type approach (divide into boxes of size d_min, and then check only near neighbors).
The text was updated successfully, but these errors were encountered:
Currently, this is an O(M^2) algorithm. This can be improved substantially, for example by recursively subdividing the domain or by using an FMM-type approach (divide into boxes of size
d_min
, and then check only near neighbors).The text was updated successfully, but these errors were encountered: