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)