pub unsafe extern "C" fn gsl_multifit_linear_stdform1(
L: *const gsl_vector,
X: *const gsl_matrix,
y: *const gsl_vector,
Xs: *mut gsl_matrix,
ys: *mut gsl_vector,
work: *mut gsl_multifit_linear_workspace,
) -> c_intpub unsafe extern "C" fn gsl_multifit_linear_stdform1(
L: *const gsl_vector,
X: *const gsl_matrix,
y: *const gsl_vector,
Xs: *mut gsl_matrix,
ys: *mut gsl_vector,
work: *mut gsl_multifit_linear_workspace,
) -> c_int