Function lapacke::spbequ_work [] [src]

pub unsafe fn spbequ_work(
    layout: Layout,
    uplo: u8,
    n: i32,
    kd: i32,
    ab: &[f32],
    ldab: i32,
    s: &mut [f32],
    scond: &mut [f32],
    amax: &mut f32
) -> i32