Function blas::zgerc [] [src]

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