Intel® Math Kernel Library 2019 Developer Reference - C
Routine or Function Group |
Data Types |
Description |
---|---|---|
s, d, c, z |
Computes a sparse matrix-vector product. |
|
s, d, c, z |
Solves a system of linear equations for a square sparse matrix. |
|
s, d, c, z |
Computes the product of a sparse matrix and a dense matrix. |
|
s, d, c, z |
Solves a system of linear equations with multiple right-hand sides for a square sparse matrix. |
|
s, d, c, z |
Computes the sum of two sparse matrices. |
|
s, d, c, z |
Computes the product of two sparse matrices and stores the result as a sparse matrix. |
|
s, d, c, z |
Computes the product of two sparse matrices and stores the result as a dense matrix. |
|
s, d, c, z |
Computes the product of two sparse matrices (support operations on both matrices) and stores the result as a sparse matrix. |
|
s, d, c, z |
Computes the symmetric product of three sparse matrices and stores the result as a sparse matrix. |
|
s, d, c, z |
Computes the symmetric product of three sparse matrices and stores the result as a dense matrix. |
|
s, d, c, z |
Computes a symmetric Gauss-Seidel preconditioner. |
|
s, d, c, z |
Computes a symmetric Gauss-Seidel preconditioner with matrix-vector multiplication at the end. |
|
s, d, c, z |
Computes the product of a sparse matrix with a transposed matrix and stores the result as a dense matrix. |
|
s, d, c, z |
Computes the product of a sparse matrix with a transposed matrix and stores the result as a sparse matrix. |
|
s, d, c, z |
Computes a sparse matrix-vector product with dot product. |