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