Exemplo n.º 1
0
 public SymmetricGroup(int size)
     : base(Element.CreateSwap(size), Element.CreateRotation(size))
 {
 }