Function blas::ctrmv [] [src]

pub fn ctrmv(uplo: Uplo, transa: Trans, diag: Diag, n: usize, a: &[Complex<f32>], lda: usize, b: &mut [Complex<f32>], incx: usize)