A Python package to aid in integer-linear eigenvalue matrix generation and symbolic evaluation. Part of the symeig project.
From PyPI
pip install zlepy
For local development:
pip install -e path/to/zlepy
All tests:
hatch test
Specific test file:
hatch test tests/test_batch_sizes.py
This package is OSI approved under the Apache License Version 2.0.