Event-based Connectivity
========================

.. currentmodule:: brainstate.nn

Sparse, event-driven connectivity patterns for neuromorphic computing and spiking
neural networks. Supports fixed connection counts, probabilistic connectivity, and
event-based linear transformations for efficient processing of sparse temporal signals.

.. autosummary::
   :toctree: ../generated/
   :nosignatures:
   :template: classtemplate.rst

   FixedNumConn
   EventFixedNumConn
   EventFixedProb
   EventLinear
