|
| MathObj.Permutation.Table | | Portability | Permutation represented by an array of the images. | | Stability | provisional | | Maintainer | numericprelude@henning-thielemann.de |
|
|
|
| Description |
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
|
| fromFunction :: Ix i => (i, i) -> (i -> i) -> T i | Source |
|
|
|
|
| fromPermutation :: (Ix i, C p) => p i -> T i | Source |
|
|
| fromCycles :: Ix i => (i, i) -> [[i]] -> T i | Source |
|
|
|
|
|
|
|
|
|
|
|
| Extremely na ve algorithm
to generate a list of all elements in a group.
Should be replaced by a Schreier-Sims system
if this code is ever used for anything bigger than .. say ..
groups of order 512 or so.
|
|
|
|
|
|
| Produced by Haddock version 2.4.2 |