Function gsl_sys::gsl_multifit_robust_residuals[][src]

pub unsafe extern "C" fn gsl_multifit_robust_residuals(
    X: *const gsl_matrix,
    y: *const gsl_vector,
    c: *const gsl_vector,
    r: *mut gsl_vector,
    w: *mut gsl_multifit_robust_workspace
) -> c_int