Data structures & operators
===========================

Learning-oriented, hands-on notebooks. Each one is a guided lesson you can run top to
bottom; together they build up from the basic event array to writing your own
high-performance kernels.

If you are brand new, start with :doc:`/getting-started/quickstart`.

The event representations ``brainevent`` provides and the operators that act on them.

.. toctree::
   :maxdepth: 1
   :caption: Data structures & operators

   01_eventarray_basics
   02_sparse_matrices
   03_jit_connectivity
   04_fixed_connections
   05_synaptic_plasticity

