Function blas::fortran::dtbsv [] [src]

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