|
3 years ago | |
---|---|---|
permanent | 9 years ago | |
src | 3 years ago | |
tests | 3 years ago | |
.gitignore | 7 years ago | |
LICENSE | 9 years ago | |
MANIFEST | 3 years ago | |
MANIFEST.in | 9 years ago | |
README.md | 7 years ago | |
requirements.txt | 3 years ago | |
setup.py | 3 years ago | |
tox.ini | 3 years ago |
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)