GSLStateUpdater class¶
(Shortest import: from brian2.stateupdaters.GSL import GSLStateUpdater)
-
class
brian2.stateupdaters.GSL.GSLStateUpdater(integrator)[source]¶ Bases:
brian2.stateupdaters.base.StateUpdateMethodA statupdater that rewrites the differential equations so that the GSL generator knows how to write the code in the target language.
New in version 2.1.
Methods
__call__(equations[, variables, method_options])Translate equations to abstract_code. Details