Function lapack::cpftrf [] [src]

pub unsafe fn cpftrf(
    transr: u8,
    uplo: u8,
    n: i32,
    a: &mut [c32],
    info: &mut i32
)