Permanents.jl Documentation

Permanents.naiveMethod

Computes the permanent of the matrix $U$ of dimension $n$ using the definition

\[perm(U) = ∑_{σ∈S_n}∏_{i=1}^n U_{i,σ(i)}\]

as a naive implementation in $n!$ arithmetic operations.