toOneLIneNotation(A)
Given a permutation matrix, return the corresponding permutation in 1-line notation.
i1 : toOneLineNotation(matrix{{0,1,0},{1,0,0},{0,0,1}}) o1 = {2, 1, 3} o1 : List