| Copyright | (c) Andrew Lelechenko 2014-2015 |
|---|---|
| License | GPL-3 |
| Maintainer | andrew.lelechenko@gmail.com |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
Math.ExpPairs.Process
Description
Provides types for sequences of A- and B-processes of van der Corput. A good account on this topic can be found in Graham S. W., Kolesnik G. A. Van Der Corput's Method of Exponential Sums, Cambridge University Press, 1991, especially Ch. 5.
Documentation
Since B^2 = id, B Corput16 = Corput16, B Hux05 = Hux05 and B HuxW87b1 = ???, the sequence of A- and B-processes, applied to initPairs can be rewritten as a sequence of A and BA.
Instances
| Enum Process # | |
| Eq Process # | |
| Ord Process # | |
Defined in Math.ExpPairs.ProcessMatrix | |
| Read Process # | |
| Show Process # | |
| Generic Process # | |
| Pretty Process # | |
Defined in Math.ExpPairs.ProcessMatrix | |
| type Rep Process # | |
Holds a list of Process and a matrix of projective
transformation, which they define.
Constructors
| Path !ProcessMatrix ![Process] |
Instances
| Eq Path # | |
| Ord Path # | |
| Read Path # | |
| Show Path # | |
| Generic Path # | |
| Semigroup Path # | |
| Monoid Path # | |
| Pretty Path # | |
Defined in Math.ExpPairs.Process | |
| type Rep Path # | |
Defined in Math.ExpPairs.Process type Rep Path = D1 (MetaData "Path" "Math.ExpPairs.Process" "exp-pairs-0.2.0.0-KY4XJcXJO7x3kwZICxZQLJ" False) (C1 (MetaCons "Path" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ProcessMatrix) :*: S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Process]))) | |