Function blas::zhpr [] [src]

pub fn zhpr(uplo: Uplo, n: usize, alpha: Complex<f64>, x: &[Complex<f64>], incx: usize, ap: &mut [Complex<f64>])