Function sundials_sys::SUNQRsol

source ·
pub unsafe extern "C" fn SUNQRsol(
    n: c_int,
    h: *mut *mut sunrealtype,
    q: *mut sunrealtype,
    b: *mut sunrealtype
) -> c_int