Sparse BLAS¶
Sparse BLAS Routines provide basic operations on sparse vectors and matrices
Routines |
Description |
---|---|
Initialize the sparse matrix handle |
|
Release the sparse matrix handle |
|
Fills the internal CSR data structure |
|
Optimize routine for gemv |
|
Optimize routine for trmv |
|
Optimize routine for trsv |
|
Sparse matrix-dense vector product using a general sparse matrix |
|
Sparse matrix-dense vector product followed by dot product |
|
Sparse matrix-dense vector product using a symmetric sparse matrix |
|
Sparse matrix-dense vector product using a triangular sparse matrix |
|
Solving a linear system with a triangular sparse matrix |
|
Sparse matrix-dense matrix product using a general sparse matrix |
Parent topic: Sparse Linear Algebra