We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f766f81 commit ba571c2Copy full SHA for ba571c2
src/discrete.jl
@@ -141,7 +141,10 @@ Return the Jacobian matrix of the equations of motion at the system's state.
141
jacobian(ds::DynamicalSystem) = (ds.jacob!(ds.J, state(ds)), ds.J)
142
jacobian(ds::DiscreteDS) = ds.jacob(state(ds))
143
144
-
+"""
145
+ state(ds::DynamicalSystem)
146
+Return the state of the system.
147
148
state(ds::DynamicalSystem) = ds.state
149
150
#####################################################################################
0 commit comments