Function libceed_sys::bind_ceed::CeedQRFactorization[][src]

pub unsafe extern "C" fn CeedQRFactorization(
    ceed: Ceed,
    mat: *mut CeedScalar,
    tau: *mut CeedScalar,
    m: CeedInt,
    n: CeedInt
) -> c_int