Function libR_sys::daxpy_

source ·
pub unsafe extern "C" fn daxpy_(
    n: *const c_int,
    da: *const f64,
    dx: *const f64,
    incx: *const c_int,
    dy: *mut f64,
    incy: *const c_int
)