Function blas::chpr [] [src]

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