[][src]Function blasoxide::strmv

pub unsafe fn strmv(
    upper: bool,
    trans: bool,
    diag: bool,
    n: usize,
    a: *const f32,
    lda: usize,
    x: *mut f32,
    incx: usize
)