Function torch::THDoubleLapack_geqrf [] [src]

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