Pete Shadbolt 3e4fc54afb | 8 年之前 | |
---|---|---|
permanent | 10 年之前 | |
src | 8 年之前 | |
tests | 8 年之前 | |
.gitignore | 10 年之前 | |
LICENSE | 10 年之前 | |
MANIFEST | 10 年之前 | |
MANIFEST.in | 10 年之前 | |
README.md | 9 年之前 | |
setup.py | 10 年之前 |
Implements Ryser's algorithm for the permanent.
Install:
$ pip install permanent
Use:
>>> from numpy import *
>>> from permanent import permanent
>>> permanent(eye(15))
(1-0j)