oxictl 0.1.1

Pure Rust Real-Time Control Systems Framework
Documentation
1
2
3
4
5
pub mod hinf;
pub mod mu_synthesis;

pub use hinf::{solve_hinf_dare, HinfController, HinfSolution};
pub use mu_synthesis::{is_robustly_stable, mu_upper_bound, DScale, DkIteration};