[][src]Function sundials_sys::denseGEQRF

pub unsafe extern "C" fn denseGEQRF(
    a: *mut *mut realtype,
    m: sunindextype,
    n: sunindextype,
    beta: *mut realtype,
    wrk: *mut realtype
) -> c_int