Function lapack::csyr [] [src]

pub fn csyr(uplo: u8, n: usize, alpha: &[c32], x: &[c32], incx: usize, a: &mut [c32], lda: usize)