lapack

Function ssptrf

Source
pub unsafe fn ssptrf(
    uplo: u8,
    n: i32,
    ap: &mut [f32],
    ipiv: &mut [i32],
    info: &mut i32,
)