pub fn finite_diff_jacobians(
model: &Model,
state: &State,
eps: f64,
) -> StepJacobiansExpand description
Compute step Jacobians via finite differences.
Perturbs each component of (q, v, ctrl) and measures the change in (q’, v’) after a semi-implicit Euler step.