[][src]Function sundials_sys::denseGETRS

pub unsafe extern "C" fn denseGETRS(
    a: *mut *mut realtype,
    n: sunindextype,
    p: *mut sunindextype,
    b: *mut realtype
)