permToMatrix w
Given a permutation in 1-line notation, produces the permutation matrix with 1's in location $(i,w_i)$.
|
|
|
|
The object permToMatrix is a method function.