Function blas::zhpr [] [src]

pub unsafe fn zhpr(
    uplo: u8,
    n: i32,
    alpha: f64,
    x: &[c64],
    incx: i32,
    ap: &mut [c64]
)