Python C extension to compute the permanent.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Pete Shadbolt 2b0119e50d It works now. 1000 times faster than python před 10 roky
lib Doesn't work yet! před 10 roky
src It works now. 1000 times faster than python před 10 roky
.gitignore First commit před 10 roky
LICENSE First commit před 10 roky
README.md Doesn't work yet! před 10 roky
makefile Messing around with complex algebra před 10 roky
run-tests.py It works now. 1000 times faster than python před 10 roky
setup.py Doesn't work yet! před 10 roky

README.md

Fast functions for LOQC

  • Permanent (hardcoded up to 4x4 and Ryser)
  • Parallel permanent
  • No Cython dependency