Function gsl_sys::cblas_zaxpy[][src]

pub unsafe extern "C" fn cblas_zaxpy(
    N: c_int,
    alpha: *const c_void,
    X: *const c_void,
    incX: c_int,
    Y: *mut c_void,
    incY: c_int
)