-
-
Notifications
You must be signed in to change notification settings - Fork 6
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Model Order Reduction #78
Comments
pymor/pymor#388 (comment) |
Here are some links to model-order reduction methods for LTIs in Julia. The ones on the last link are still to be considered experimental. The implementation of balanced truncation is limited to exponentially stable systems, and fails for any unstable system and systems with eigenvalues on the imaginary axis (unit circle in discrete time), notably this includes systems with integrators. https://github.com/JuliaControl/ControlSystems.jl/blob/master/src/matrix_comps.jl#L85 |
https://people.kth.se/~hsan/modred_files/intro_modred.pdf
http://modelreduction.com/ModelReduction/
https://www2.eecs.berkeley.edu/Pubs/TechRpts/2012/EECS-2012-217.pdf
The text was updated successfully, but these errors were encountered: