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

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