Skip to content

C extension for Python, calculates the permanent

License

Notifications You must be signed in to change notification settings

matpompili/permanent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

permanent

Implements Ryser's algorithm for the permanent.

Install:

$ pip install permanent

Use:

>>> from numpy import *
>>> from permanent import permanent
>>> permanent(eye(15, dtype=complex))
(1-0j)

About

C extension for Python, calculates the permanent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 61.1%
  • Python 27.1%
  • C++ 11.8%