Function blas::fortran::stbsv
[−]
[src]
pub fn stbsv(uplo: u8, trans: u8, diag: u8, n: i32, k: i32, a: &[f32], lda: i32, x: &mut [f32], incx: i32)