Function blas::zaxpy [] [src]

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