Expand description
sparse matrix multiplication
Structs§
- Sparse
MatMul Info - info about the matrix multiplication operation to help split the workload between multiple threads
Functions§
- dense_
sparse_ matmul - multiplies a dense matrix
lhsby a sparse matrixrhs, and stores or adds the result todst. seefaer::linalg::matmul::matmulfor more details. - sparse_
dense_ matmul - multiplies a sparse matrix
lhsby a dense matrixrhs, and stores or adds the result todst. seefaer::linalg::matmul::matmulfor more details. - sparse_
sparse_ matmul - performs a numeric matrix multiplication of a sparse matrix
lhsby a sparse matrixrhsmultiplied byalpha, and returns the result. - sparse_
sparse_ matmul_ numeric - performs a numeric matrix multiplication of a sparse matrix
lhsby a sparse matrixrhsmultiplied byalpha, and stores or adds the result todst. - sparse_
sparse_ matmul_ numeric_ scratch - computes the size and alignment of the workspace required to perform the numeric matrix
multiplication into
dst. - sparse_
sparse_ matmul_ symbolic - performs a symbolic matrix multiplication of a sparse matrix
lhsby a sparse matrixrhs, and returns the result.