Expand description
Sparse matrix multiplication.
Functionsยง
- dense_
sparse_ matmul - Multiplies a dense matrix
lhsby a sparse matrixrhs, and stores the result inacc. Seecrate::mul::matmulfor more details. - sparse_
dense_ matmul - Multiplies a sparse matrix
lhsby a dense matrixrhs, and stores the result inacc. Seecrate::mul::matmulfor more details.