Copyright | (c) Andrew Lelechenko, 2014-2015 |
---|---|
License | GPL-3 |
Maintainer | andrew.lelechenko@gmail.com |
Stability | experimental |
Portability | TemplateHaskell |
Safe Haskell | None |
Language | Haskell2010 |
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.
- data Process
- data ProcessMatrix
- aMatrix :: ProcessMatrix
- baMatrix :: ProcessMatrix
- evalMatrix :: Num t => ProcessMatrix -> (t, t, t) -> (t, t, t)
Documentation
data ProcessMatrix Source
aMatrix :: ProcessMatrix Source
Return process matrix for A
-process.
baMatrix :: ProcessMatrix Source
Return process matrix for BA
-process.
evalMatrix :: Num t => ProcessMatrix -> (t, t, t) -> (t, t, t) Source
Apply a projective transformation, defined by Path
,
to a given point in two-dimensional projective space.