Function sundials_sys::SUNDlsMat_bandGBTRS

source ·
pub unsafe extern "C" fn SUNDlsMat_bandGBTRS(
    a: *mut *mut sunrealtype,
    n: sunindextype,
    smu: sunindextype,
    ml: sunindextype,
    p: *mut sunindextype,
    b: *mut sunrealtype
)