Module sprs::smmp

source ·
Expand description

Implementation of the paper Bank and Douglas, 2001, Sparse Matrix Multiplication Package (SMPP)

Enums

  • Control the strategy used to parallelize the matrix product workload.

Functions

  • Compute a sparse matrix product using the SMMP routines
  • Compute a sparse matrix product using the SMMP routines, using temporary storage that was already allocated
  • Numeric part of the matrix product C = A * B with A, B and C stored in the CSR matrix format.
  • Set the threading strategy for matrix products in this thread.
  • Compute the symbolic structure of the matrix product C = A * B, with A, B and C stored in the CSR matrix format.