exact object
(Shortest import: from brian2 import exact)
- brian2.stateupdaters.exact.exact = LinearStateUpdater()
A state updater for linear equations. Derives a state updater step from the analytical solution given by sympy. Uses the matrix exponential (which is only implemented for diagonalizable matrices in sympy).