Function gsl_sys::gsl_multifit_nlinear_fdfvv[][src]

pub unsafe extern "C" fn gsl_multifit_nlinear_fdfvv(
    h: f64,
    x: *const gsl_vector,
    v: *const gsl_vector,
    f: *const gsl_vector,
    J: *const gsl_matrix,
    swts: *const gsl_vector,
    fdf: *mut gsl_multifit_nlinear_fdf,
    fvv: *mut gsl_vector,
    work: *mut gsl_vector
) -> c_int