|
|
10 years ago | |
|---|---|---|
| permanent | 11 years ago | |
| src | 11 years ago | |
| .gitignore | 11 years ago | |
| LICENSE | 11 years ago | |
| MANIFEST | 11 years ago | |
| MANIFEST.in | 11 years ago | |
| README.md | 10 years ago | |
| run-tests.py | 11 years ago | |
| run-tests.sh | 11 years ago | |
| setup.py | 11 years ago | |
Implements Ryser's algorithm for the permanent Should install with
$ pip install permanent
Then
>>> from numpy import *
>>> from permanent import permanent
>>> permanent(eye(15))
(1-0j)