cblas_caxpy

Function cblas_caxpy 

Source
pub unsafe extern "C" fn cblas_caxpy(
    n: u32,
    alpha: *const c_void,
    x: *const c_void,
    inc_x: u32,
    y: *mut c_void,
    inc_y: u32,
)