[][src]Function sundials_sys::denseORMQR

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