Function gsl_sys::gsl_multifit_linear_wgenform2[][src]

pub unsafe extern "C" fn gsl_multifit_linear_wgenform2(
    LQR: *const gsl_matrix,
    Ltau: *const gsl_vector,
    X: *const gsl_matrix,
    w: *const gsl_vector,
    y: *const gsl_vector,
    cs: *const gsl_vector,
    M: *const gsl_matrix,
    c: *mut gsl_vector,
    work: *mut gsl_multifit_linear_workspace
) -> c_int