Function gsl_sys::gsl_vector_short_axpby[][src]

pub unsafe extern "C" fn gsl_vector_short_axpby(
    alpha: c_short,
    x: *const gsl_vector_short,
    beta: c_short,
    y: *mut gsl_vector_short
) -> c_int