Skip to content
Success

Changes

Summary

  1. Add verbose parameter to verifyDBSCAN (details)
  2. Update CartesianGrid to allow different floating point type (details)
  3. Fix DBSCAN to use user-provided point precision (details)
  4. Run DBSCAN test for both float and double (details)
Commit 76798df019eec75c9a2de727be409b4099b1aab3 by Andrey Prokopenko
Add verbose parameter to verifyDBSCAN

Default it to false so that we don't have any output in the tests by
default.
The file was modifiedbenchmarks/dbscan/ArborX_DBSCANVerification.hpp (diff)
Commit 438879e4b90c9305e9f228e0dad8621341fb0ca1 by Andrey Prokopenko
Update CartesianGrid to allow different floating point type
The file was modifiedsrc/cluster/detail/ArborX_CartesianGrid.hpp (diff)
Commit 656431e58d83d63f167a55a94740b5eed4604aec by Andrey Prokopenko
Fix DBSCAN to use user-provided point precision
The file was modifiedbenchmarks/dbscan/ArborX_DBSCANVerification.hpp (diff)
The file was modifiedsrc/cluster/detail/ArborX_CartesianGrid.hpp (diff)
The file was modifiedsrc/cluster/detail/ArborX_FDBSCANDenseBox.hpp (diff)
The file was modifiedtest/tstDBSCAN.cpp (diff)
The file was modifiedsrc/cluster/ArborX_DBSCAN.hpp (diff)
Commit f1acc1b08c24ba1aeace4e91a1f2baaf7017c052 by Andrey Prokopenko
Run DBSCAN test for both float and double
The file was modifiedtest/tstDBSCAN.cpp (diff)