Function blas::csyr2k [] [src]

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