Function blas::stpmv [] [src]

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