Function lapacke::sgeqlf [] [src]

pub unsafe fn sgeqlf(
    layout: Layout,
    m: i32,
    n: i32,
    a: &mut [f32],
    lda: i32,
    tau: &mut [f32]
) -> i32