[ENH] mdspan-ify iterator-based API for linalg::reduce_rows_by_keys
#925
Labels
0 - Backlog
In queue waiting for assignment
cpp
improvement
Improvement / enhancement to an existing function
Following #909, the API for
linalg::reduce_rows_by_keys
can take custom iterators, in order to save intermediate steps inann_kmeans_balanced
. But raw-pointer/iterator APIs are being deprecated in favor of mdspan.We should provide appropriate helpers and types for iterator-based mdspan, and change this API accordingly. See discussions on the aforementioned PR.
The text was updated successfully, but these errors were encountered: