Function blas::fortran::dtbmv [] [src]

pub fn dtbmv(uplo: u8, trans: u8, diag: u8, n: i32, k: i32, a: &[f64], lda: i32, x: &mut [f64], incx: i32)