pub fn compute_analytical_jacobian(
params_p: &ProfileParams,
params_ff: &ProfileParams,
probe_psi_norm: &[f64],
) -> FusionResult<Vec<Vec<f64>>>Expand description
Build analytical Jacobian with 8 columns: [p_ped_height, p_ped_top, p_ped_width, p_core_alpha, ff_ped_height, ff_ped_top, ff_ped_width, ff_core_alpha].