Function blas::caxpy [] [src]

pub fn caxpy(n: usize, alpha: Complex<f32>, x: &[Complex<f32>], incx: usize, y: &mut [Complex<f32>], incy: usize)