Function cblas::saxpy [] [src]

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