Function gsl_sys::gsl_vector_ulong_axpby[][src]

pub unsafe extern "C" fn gsl_vector_ulong_axpby(
    alpha: c_ulong,
    x: *const gsl_vector_ulong,
    beta: c_ulong,
    y: *mut gsl_vector_ulong
) -> c_int