pub fn ss_simulate( model: &StateSpaceModel, x0: &[f64], inputs: &[Vec<f64>], dt: f64, ) -> Vec<Vec<f64>>
Simulate state-space model over time steps, returning state history.