Pete Shadbolt c491796e22 | 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)