Function sundials_sys::SUNDlsMat_denseORMQR

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