Function lapack::spbequ [] [src]

pub unsafe fn spbequ(
    uplo: u8,
    n: i32,
    kd: i32,
    ab: &[f32],
    ldab: i32,
    s: &mut [f32],
    scond: &mut [f32],
    amax: &mut f32,
    info: &mut i32
)