Function gsl_sys::gsl_vector_axpby[][src]

pub unsafe extern "C" fn gsl_vector_axpby(
    alpha: f64,
    x: *const gsl_vector,
    beta: f64,
    y: *mut gsl_vector
) -> c_int
This is supported on crate feature v2_6 only.