entrywiseMinRankTable(L)
Computes the rank tables of a list of ASMs, then returns the entrywise minimum.
i1 : L = {{4,3,1,2},{2,4,3,1}} / permToMatrix;
i2 : entrywiseMinRankTable L o2 = | 0 0 0 1 | | 0 0 1 2 | | 0 1 2 3 | | 1 2 3 4 | 4 4 o2 : Matrix ZZ <-- ZZ
The object entrywiseMinRankTable is a method function.