Function blas::csyrk [] [src]

pub fn csyrk(uplo: Uplo, trans: Trans, n: usize, k: usize, alpha: Complex<f32>, a: &[Complex<f32>], lda: usize, beta: Complex<f32>, c: &mut [Complex<f32>], ldc: usize)