Pete Shadbolt 0209bbe17b | 10 vuotta sitten | |
---|---|---|
permanent | 10 vuotta sitten | |
src | 10 vuotta sitten | |
.gitignore | 10 vuotta sitten | |
LICENSE | 10 vuotta sitten | |
MANIFEST | 10 vuotta sitten | |
MANIFEST.in | 10 vuotta sitten | |
README.md | 10 vuotta sitten | |
run-tests.py | 10 vuotta sitten | |
run-tests.sh | 10 vuotta sitten | |
setup.py | 10 vuotta sitten |
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)