Function spptri_work

Source
pub unsafe fn spptri_work(
    layout: Layout,
    uplo: u8,
    n: i32,
    ap: &mut [f32],
) -> i32