lapack

Function zpftri

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