brainpy.math.sparse: Sparse Operators#
Product of CSR sparse matrix and a dense vector using cuSPARSE algorithm. |
|
Product of COO sparse matrix and a dense vector. |
|
Sparse matrix multiplication. |
|
Convert a CSR sparse matrix to a dense array. |
|
Given CSR (indices, indptr) return COO (row, col) |
|
Convert COO |