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
After PR #74, a user using the C++ interface can create points by passing pointers to pre-allocated buffers.
To improve the use of the interface, we should also allow them to:
create the points in-place
pass the buffer pointers directly to make_clusters
The text was updated successfully, but these errors were encountered:
After PR #74, a user using the C++ interface can create points by passing pointers to pre-allocated buffers.
To improve the use of the interface, we should also allow them to:
make_clusters
The text was updated successfully, but these errors were encountered: