Function blas::cher [] [src]

pub unsafe fn cher(
    uplo: u8,
    n: i32,
    alpha: f32,
    x: &[c32],
    incx: i32,
    a: &mut [c32],
    lda: i32
)