Function libR_sys::ddot_

source ·
pub unsafe extern "C" fn ddot_(
    n: *const c_int,
    dx: *const f64,
    incx: *const c_int,
    dy: *const f64,
    incy: *const c_int
) -> f64