Function dtftri

Source
pub unsafe fn dtftri(
    layout: Layout,
    transr: u8,
    uplo: u8,
    diag: u8,
    n: i32,
    a: &mut [f64],
) -> i32