Function sundials_sys::SUNQRAdd_MGS

source ·
pub unsafe extern "C" fn SUNQRAdd_MGS(
    Q: *mut N_Vector,
    R: *mut sunrealtype,
    df: N_Vector,
    m: c_int,
    mMax: c_int,
    QRdata: *mut c_void
) -> SUNErrCode