Function lapack_sys::sgeqpf_[][src]

pub unsafe extern "C" fn sgeqpf_(
    m: *mut c_int,
    n: *mut c_int,
    a: *mut f32,
    lda: *mut c_int,
    jpvt: *mut c_int,
    tau: *mut f32,
    work: *mut f32,
    info: *mut c_int
)