[][src]Function blasoxide::dtrmv

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