CSRConn# class brainpy.connect.CSRConn(indices, inptr, **kwargs)[source]# Connector built from the CSR sparse connection matrix. build_csr()[source]# Build a csr sparse connection data. Returns: conn (tuple) – A tuple denoting the (indices, indptr).