Pete Shadbolt ab4c40da97 | hace 4 años | |
---|---|---|
permanent | hace 10 años | |
src | hace 4 años | |
tests | hace 4 años | |
.gitignore | hace 8 años | |
LICENSE | hace 10 años | |
MANIFEST | hace 4 años | |
MANIFEST.in | hace 10 años | |
README.md | hace 8 años | |
requirements.txt | hace 4 años | |
setup.py | hace 4 años | |
tox.ini | hace 4 años |
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)