|
5 年之前 | |
---|---|---|
permanent | 10 年之前 | |
src | 5 年之前 | |
tests | 5 年之前 | |
.gitignore | 8 年之前 | |
LICENSE | 10 年之前 | |
MANIFEST | 5 年之前 | |
MANIFEST.in | 10 年之前 | |
README.md | 8 年之前 | |
requirements.txt | 5 年之前 | |
setup.py | 5 年之前 | |
tox.ini | 5 年之前 |
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)