News

SpMV: Sparse Matrix–Vector Multiplication, a core operation in many numerical algorithms where a sparse matrix is multiplied by a vector.
People figured out a few very specific operations -- sparse matrix-vector multiply, sparse matrix-vector multiply plus a vector, sparse matrix-matrix multiply, sparse matrix-matrix-matrix multiply.
But if the matrix is sparse, the same operation can require 100 lines of code or more, to track omissions and elisions. Enter Taco Taco adds all that extra code automatically.
JACOB BIEN, ROBERT J. TIBSHIRANI, Sparse estimation of a covariance matrix, Biometrika, Vol. 98, No. 4 (DECEMBER 2011), pp. 807-820 ...