Function lapacke::chetri2x[][src]

pub unsafe fn chetri2x(
    layout: Layout,
    uplo: u8,
    n: i32,
    a: &mut [c32],
    lda: i32,
    ipiv: &[i32],
    nb: i32
) -> i32