Contents
sequency_perm_matrix()
Tutorials
Return permutation matrix to get sequency from the natural order
n (int): Order of the matrix, a power of two.
n
np.ndarray: A n-by-n permutation matrix
Permutation matrix of order 8
>>> print(sequency_perm_matrix(8))