Skip to content
Nathan Ellingwood edited this page Mar 20, 2019 · 15 revisions

SPARSE 1 Kernels

No level 1 kernels have been implemented so far.

SPARSE 2 Kernels

Functions in this category are the equivalent of standard SPARSE-2 type functions.

Functions:

  • spmv Matrix Vector Multiplication
  • trsv Triangular Solve for A*x=b

SPARSE 3 Kernels

Functions in this category are the equivalent of standard SPARSE-3 type functions.

Functions:

  • spadd Matrix Matrix Addition - symbolic and numeric phases
  • spgemm Matrix Matrix Multiplication - symbolic and numeric phases

SPARSE Extra Kernels

Functions in this category are extra SPARSE type functions.

Functions:

Clone this wiki locally