Function torch::THFloatLapack_geqrf [] [src]

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