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