IndependentStateUpdater class

(Shortest import: from brian2.stateupdaters.exact import IndependentStateUpdater)

class brian2.stateupdaters.exact.IndependentStateUpdater[source]

Bases: brian2.stateupdaters.base.StateUpdateMethod

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.

Methods

__call__(equations[, variables, method_options])

Details

__call__(equations, variables=None, method_options=None)[source]