Calculates the permanent of a matrix.
The matrix
const result = Chalkboard.matr.perm([[0, 1], [1, 0]]); // Returns -1 Copy
const result = Chalkboard.matr.perm([[0, 1], [1, 0]]); // Returns -1
Calculates the permanent of a matrix.