Function gsl_sys::gsl_multifit_linear_wstdform2 
source · [−]pub unsafe extern "C" fn gsl_multifit_linear_wstdform2(
    LQR: *const gsl_matrix, 
    Ltau: *const gsl_vector, 
    X: *const gsl_matrix, 
    w: *const gsl_vector, 
    y: *const gsl_vector, 
    Xs: *mut gsl_matrix, 
    ys: *mut gsl_vector, 
    M: *mut gsl_matrix, 
    work: *mut gsl_multifit_linear_workspace
) -> c_int