Function gsl_sys::gsl_vector_set[][src]

pub unsafe extern "C" fn gsl_vector_set(
    v: *mut gsl_vector,
    i: usize,
    x: f64
)