Function libR_sys::zdotc_

source ·
pub unsafe extern "C" fn zdotc_(
    n: *const c_int,
    zx: *const Rcomplex,
    incx: *const c_int,
    zy: *const Rcomplex,
    incy: *const c_int
) -> Rcomplex