Function daxpy_

Source
pub unsafe extern "C" fn daxpy_(
    n: *const blas_int,
    alpha: *const f64,
    x: *const f64,
    incx: *const blas_int,
    y: *mut f64,
    incy: *const blas_int,
)