Lightweight implementation of a match-based algorithm for general 1-parameter eigenproblems.
The method is described in
D. Pradovera and A. Borghi, Match-based solution of general parametric eigenvalue problems (2023)
Preprint publicly available here!
- setuptools
- numpy
- scipy
- the included tests require matplotlib
From the main folder, you can install the package by typing
python setup.py install
This project is licensed under the GNU GENERAL PUBLIC LICENSE license - see the LICENSE file for details.