Function blas::cdotc [] [src]

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