Sparse BLAS

Sparse BLAS#

Sparse BLAS routines provide basic operations on sparse vectors and matrices.

Routines and Objects

Description

Data handles

Matrix and vector handle types

spmm

Compute the product of a sparse matrix with a dense matrix

spmv

Compute the product of a sparse matrix with a dense vector

spsv

Solve a triangular sparse linear system

Parent topic: Sparse Linear Algebra