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