brainpy.connect.MatConn#
- class brainpy.connect.MatConn(conn_mat, **kwargs)[source]#
Connector built from the dense connection matrix.
Methods
__init__
(conn_mat, **kwargs)build_conn
()build connections with certain data type.
build_coo
()Build a coo sparse connection data.
build_csr
()Build a csr sparse connection data.
build_mat
()Build a binary matrix connection data.
require
(*structures)Require all the connection data needed.
requires
(*structures)Require all the connection data needed.
Attributes
is_version2_style