Implements Ryser's algorithm for the permanent.
Install:
$ pip install permanentUse:
>>> from numpy import *
>>> from permanent import permanent
>>> permanent(eye(15, dtype=complex))
(1-0j)| Name | Name | Last commit date | ||
|---|---|---|---|---|
Implements Ryser's algorithm for the permanent.
Install:
$ pip install permanentUse:
>>> from numpy import *
>>> from permanent import permanent
>>> permanent(eye(15, dtype=complex))
(1-0j)