Function blas::ctpmv [] [src]

pub fn ctpmv(uplo: Uplo, trans: Trans, diag: Diag, n: usize, ap: &[Complex<f32>], x: &mut [Complex<f32>], incx: usize)