Functionsยง
- spmv
- Multiplies sparse matrix
matrixby dense vectorx. Formally, it computesy = alpha * op(A) * x + beta * y, where: - spmv_
buffer_ size - spmv_
preprocess
matrix by dense vector x.
Formally, it computes y = alpha * op(A) * x + beta * y, where: