- Notifications
You must be signed in to change notification settings - Fork441
new dynamics and output functions for statespace and iosystems#558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
coveralls commentedMar 11, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
revised version of#546.
t
argument required following discussion there. not sure yet that this is the best, but I was almost there already so I just submitted this PR.dynamics
as a method._rhs
and_out
unchanged iniosys
. The idea is to leave them as fast internal methods and to havedynamics
andoutput
serve as more user-friendly versions where speed is of less importance.