| NumericPrelude-0.0: An experimental alternative hierarchy of numeric type classes | Contents | Index |
|
MathObj.Permutation | Portability | Routines and abstractions for permutations of Integers. | Stability | provisional | Maintainer | numericprelude@henning-thielemann.de |
|
|
|
|
|
Description |
|
|
Synopsis |
|
|
|
Documentation |
|
class C p where |
There are quite a few way we could represent elements of permutation
groups: the images in a row, a list of the cycles, et.c. All of these
differ highly in how complex various operations end up being.
| | Methods | domain :: Ix i => p i -> (i, i) | | apply :: Ix i => p i -> i -> i | | inverse :: Ix i => p i -> p i |
| | Instances | |
|
|
Produced by Haddock version 0.7 |