Function blas::zdotu[][src]

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