Python C extension to compute the permanent.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Pete Shadbolt 2b0119e50d It works now. 1000 times faster than python 10 лет назад
lib Doesn't work yet! 10 лет назад
src It works now. 1000 times faster than python 10 лет назад
.gitignore First commit 10 лет назад
LICENSE First commit 10 лет назад
README.md Doesn't work yet! 10 лет назад
makefile Messing around with complex algebra 10 лет назад
run-tests.py It works now. 1000 times faster than python 10 лет назад
setup.py Doesn't work yet! 10 лет назад

README.md

Fast functions for LOQC

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