Function blas::chemm [] [src]

pub fn chemm(side: Side, uplo: Uplo, m: usize, n: usize, alpha: Complex<f32>, a: &[Complex<f32>], lda: usize, b: &[Complex<f32>], ldb: usize, beta: Complex<f32>, c: &mut [Complex<f32>], ldc: usize)