.. currentmodule:: brian2.equations.equations

Equations class
===============

(*Shortest import*: ``from brian2 import Equations)``

.. autoclass:: Equations

Tutorials and examples using this
---------------------------------

* Example :doc:`COBAHH </examples/COBAHH>`
* Example :doc:`IF_curve_Hodgkin_Huxley </examples/IF_curve_Hodgkin_Huxley>`
* Example :doc:`advanced/COBAHH_approximated </examples/advanced.COBAHH_approximated>`
* Example :doc:`advanced/float_32_64_benchmark </examples/advanced.float_32_64_benchmark>`
* Example :doc:`frompapers/Clopath_et_al_2010_homeostasis </examples/frompapers.Clopath_et_al_2010_homeostasis>`
* Example :doc:`frompapers/Clopath_et_al_2010_no_homeostasis </examples/frompapers.Clopath_et_al_2010_no_homeostasis>`
* Example :doc:`frompapers/Destexhe_et_al_1998 </examples/frompapers.Destexhe_et_al_1998>`
* Example :doc:`frompapers/Diesmann_et_al_1999 </examples/frompapers.Diesmann_et_al_1999>`
* Example :doc:`frompapers/Hindmarsh_Rose_1984 </examples/frompapers.Hindmarsh_Rose_1984>`
* Example :doc:`frompapers/Jansen_Rit_1995_single_column </examples/frompapers.Jansen_Rit_1995_single_column>`
* Example :doc:`frompapers/Rossant_et_al_2011bis </examples/frompapers.Rossant_et_al_2011bis>`

