lapack

Function spbstf

Source
pub unsafe fn spbstf(
    uplo: u8,
    n: i32,
    kd: i32,
    ab: &mut [f32],
    ldab: i32,
    info: &mut i32,
)