Compatibility wrapper for stored column-wise sparse top-k selection
Source:R/MatrixTopK.R
run_sparse_stored_topk_by_column.Rdrun_sparse_stored_topk_by_column() preserves the stored-entry column-wise
interface used in earlier releases. New code should call
run_sparse_topk_stored() with by = "col".
Value
A list with idx and value matrices as described in
run_sparse_topk_stored().