Function sundials_sys::SUNSparseMatrix

source ·
pub unsafe extern "C" fn SUNSparseMatrix(
    M: sunindextype,
    N: sunindextype,
    NNZ: sunindextype,
    sparsetype: c_int,
    sunctx: SUNContext
) -> SUNMatrix