Python C extension to compute the permanent.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Pete Shadbolt 2b0119e50d It works now. 1000 times faster than python 10 anos atrás
lib Doesn't work yet! 10 anos atrás
src It works now. 1000 times faster than python 10 anos atrás
.gitignore First commit 10 anos atrás
LICENSE First commit 10 anos atrás
README.md Doesn't work yet! 10 anos atrás
makefile Messing around with complex algebra 10 anos atrás
run-tests.py It works now. 1000 times faster than python 10 anos atrás
setup.py Doesn't work yet! 10 anos atrás

README.md

Fast functions for LOQC

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