Function lapacke::sptcon_work [] [src]

pub unsafe fn sptcon_work(
    n: i32,
    d: &[f32],
    e: &[f32],
    anorm: f32,
    rcond: &mut f32,
    work: &mut [f32]
) -> i32