[][src]Function gsl_sys::gsl_multifit_linear_est

pub unsafe extern "C" fn gsl_multifit_linear_est(
    x: *const gsl_vector,
    c: *const gsl_vector,
    cov: *const gsl_matrix,
    y: *mut f64,
    y_err: *mut f64
) -> c_int