|
|
пре 10 година | |
|---|---|---|
| permanent | пре 11 година | |
| src | пре 11 година | |
| .gitignore | пре 11 година | |
| LICENSE | пре 11 година | |
| MANIFEST | пре 11 година | |
| MANIFEST.in | пре 11 година | |
| README.md | пре 10 година | |
| run-tests.py | пре 11 година | |
| run-tests.sh | пре 11 година | |
| setup.py | пре 11 година | |
Implements Ryser's algorithm for the permanent.
Install:
$ pip install permanent
Use:
>>> from numpy import *
>>> from permanent import permanent
>>> permanent(eye(15))
(1-0j)