csr_to_coo

Contents

csr_to_coo#

class brainpy.math.sparse.csr_to_coo(indices, indptr)[source]#

Given CSR (indices, indptr) return COO (row, col)

Return type:

Tuple[Array, Array]