brainpy.connect.All2All#

class brainpy.connect.All2All(*args, include_self=True, **kwargs)[source]#

Connect each neuron in first group to all neurons in the post-synaptic neuron groups. It means this kind of conn will create (num_pre x num_post) synapses.

__init__(*args, include_self=True, **kwargs)[source]#

Methods

__init__(*args[, include_self])

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