Parallelized sparse matrix rowSums in R (or Rcpp)

前端 未结 0 1658
花落未央
花落未央 2020-12-12 01:11

For the simple task of summing up all rows in a sparse matrix in R, Matrix::rowSums() does a great job:

library(Matrix)    
m <- rsparsematrix         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题