[][src]Function gsl_sys::gsl_interp2d_set

pub unsafe extern "C" fn gsl_interp2d_set(
    interp: *const gsl_interp2d,
    zarr: *mut f64,
    i: usize,
    j: usize,
    z: f64
) -> c_int