Function blas::zdotc [] [src]

pub unsafe fn zdotc(
    pres: &mut [c64],
    n: i32,
    x: &[c64],
    incx: i32,
    y: &[c64],
    incy: i32
)