Function cblas::chpr [] [src]

pub unsafe fn chpr(
    layout: Layout,
    uplo: Part,
    n: i32,
    alpha: f32,
    x: &[c32],
    incx: i32,
    a: &mut [c32]
)