Pete Shadbolt ab4c40da97 | пре 4 година | |
---|---|---|
permanent | пре 10 година | |
src | пре 4 година | |
tests | пре 4 година | |
.gitignore | пре 8 година | |
LICENSE | пре 10 година | |
MANIFEST | пре 4 година | |
MANIFEST.in | пре 10 година | |
README.md | пре 8 година | |
requirements.txt | пре 4 година | |
setup.py | пре 4 година | |
tox.ini | пре 4 година |
Implements Ryser's algorithm for the permanent.
Install:
$ pip install permanent
Use:
>>> from numpy import *
>>> from permanent import permanent
>>> permanent(eye(15, dtype=complex))
(1-0j)