Compatibility wrapper for column-wise sparse top-k selection
Source:R/MatrixTopK.R
run_sparse_topk_by_column.Rdrun_sparse_topk_by_column() preserves the column-wise interface used in
earlier releases: only explicitly stored entries participate, and missing
ranks are padded with NA indices and zero values. New code should call
run_sparse_topk() or run_sparse_topk_stored() to select the intended
sparse-zero semantics explicitly.