Function blas::ctbmv [] [src]

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