permanent

Calculates the permanent of a Numpy matrix


License
MIT
Install
pip install permanent==0.1.5

Documentation

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)