Function sundials_sys::SUNDlsMat_denseGEQRF

source ·
pub unsafe extern "C" fn SUNDlsMat_denseGEQRF(
    a: *mut *mut sunrealtype,
    m: sunindextype,
    n: sunindextype,
    beta: *mut sunrealtype,
    wrk: *mut sunrealtype
) -> c_int