Function blas::c::zher [] [src]

pub fn zher(layout: Layout,
            uplo: Part,
            n: i32,
            alpha: f64,
            x: &[c64],
            incx: i32,
            a: &mut [c64],
            lda: i32)