|
|
hace 10 años | |
|---|---|---|
| permanent | hace 11 años | |
| src | hace 11 años | |
| .gitignore | hace 11 años | |
| LICENSE | hace 11 años | |
| MANIFEST | hace 11 años | |
| MANIFEST.in | hace 11 años | |
| README.md | hace 10 años | |
| run-tests.py | hace 11 años | |
| run-tests.sh | hace 11 años | |
| setup.py | hace 11 años | |
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)