independent object

(Shortest import: from brian2 import independent)

brian2.stateupdaters.exact.independent = <brian2.stateupdaters.exact.IndependentStateUpdater object>

A state update for equations that do not depend on other state variables, i.e. 1-dimensional differential equations. The individual equations are solved by sympy.

Deprecated since version 2.1: This method might be removed from future versions of Brian.