lapack

Function spftri

Source
pub unsafe fn spftri(
    transr: u8,
    uplo: u8,
    n: i32,
    a: &mut [f32],
    info: &mut i32,
)