lapack

Function spftrf

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