LICENSE
MANIFEST.in
README.md
build_graphblas_cffi.py
pyproject.toml
setup.py
suitesparse_graphblas/__init__.py
suitesparse_graphblas/conftest.py
suitesparse_graphblas/create_headers.py
suitesparse_graphblas/exceptions.py
suitesparse_graphblas/source.c
suitesparse_graphblas/suitesparse_graphblas.h
suitesparse_graphblas/suitesparse_graphblas_no_complex.h
suitesparse_graphblas/utils.c
suitesparse_graphblas/utils.pxd
suitesparse_graphblas/utils.pyx
suitesparse_graphblas.egg-info/PKG-INFO
suitesparse_graphblas.egg-info/SOURCES.txt
suitesparse_graphblas.egg-info/dependency_links.txt
suitesparse_graphblas.egg-info/requires.txt
suitesparse_graphblas.egg-info/top_level.txt
suitesparse_graphblas/api/__init__.py
suitesparse_graphblas/api/binaryop.py
suitesparse_graphblas/api/container.py
suitesparse_graphblas/api/context.py
suitesparse_graphblas/api/descriptor.py
suitesparse_graphblas/api/global_options.py
suitesparse_graphblas/api/grb_type.py
suitesparse_graphblas/api/indexbinaryop.py
suitesparse_graphblas/api/indexunaryop.py
suitesparse_graphblas/api/iterator.py
suitesparse_graphblas/api/matrix.py
suitesparse_graphblas/api/monoid.py
suitesparse_graphblas/api/scalar.py
suitesparse_graphblas/api/selectop.py
suitesparse_graphblas/api/semiring.py
suitesparse_graphblas/api/unaryop.py
suitesparse_graphblas/api/utils.py
suitesparse_graphblas/api/vector.py
suitesparse_graphblas/api/examples/__init__.py
suitesparse_graphblas/api/examples/bfs.py
suitesparse_graphblas/api/io/__init__.py
suitesparse_graphblas/api/io/binary.py
suitesparse_graphblas/api/io/serialize.py
suitesparse_graphblas/io/__init__.py
suitesparse_graphblas/tests/__init__.py
suitesparse_graphblas/tests/test_doctest.py
suitesparse_graphblas/tests/test_exceptions.py
suitesparse_graphblas/tests/test_initialize.py
suitesparse_graphblas/tests/test_io.py
suitesparse_graphblas/tests/test_jit.py
suitesparse_graphblas/tests/test_package.py
suitesparse_graphblas/tests/test_scalar.py