Function blas::cher2 [] [src]

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