Function lapack::ctrtri [] [src]

pub unsafe fn ctrtri(
    uplo: u8,
    diag: u8,
    n: i32,
    a: &mut [c32],
    lda: i32,
    info: &mut i32
)