cblas_caxpy

Function cblas_caxpy 

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