Function cblas::caxpy [] [src]

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