Python C extension to compute the permanent.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Pete Shadbolt 6cfd84af26 Currently computes the sum. Quite fun though! 10 år sedan
lib Doesn't work yet! 10 år sedan
src Currently computes the sum. Quite fun though! 10 år sedan
.gitignore First commit 10 år sedan
LICENSE First commit 10 år sedan
README.md Doesn't work yet! 10 år sedan
makefile Messing around with complex algebra 10 år sedan
run-tests.py Currently computes the sum. Quite fun though! 10 år sedan
setup.py Doesn't work yet! 10 år sedan

README.md

Fast functions for LOQC

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