Function blas::daxpy [] [src]

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