Function blas::cgerc [] [src]

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