Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 273 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 273 Bytes

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)