Function blas::c::zher2 [] [src]

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