Function lapacke::cgetrs_work [] [src]

pub unsafe fn cgetrs_work(
    layout: Layout,
    trans: u8,
    n: i32,
    nrhs: i32,
    a: &[c32],
    lda: i32,
    ipiv: &[i32],
    b: &mut [c32],
    ldb: i32
) -> i32