diff options
author | Alberto Ruiz <aruiz@um.es> | 2010-02-24 12:01:07 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2010-02-24 12:01:07 +0000 |
commit | aae45de54aca92c5f0f013e46c6d6f65508d76f5 (patch) | |
tree | 3a3bbc11b6c87e6b7d469b046dff1a13df15561e /lib/Data/Packed/Development.hs | |
parent | ded908e2a222f902b41e500eea5272700db75699 (diff) |
conversion from/to Data.Vector.Storable
Diffstat (limited to 'lib/Data/Packed/Development.hs')
-rw-r--r-- | lib/Data/Packed/Development.hs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Data/Packed/Development.hs b/lib/Data/Packed/Development.hs index 56e7b8f..a9e6ac2 100644 --- a/lib/Data/Packed/Development.hs +++ b/lib/Data/Packed/Development.hs | |||
@@ -9,8 +9,7 @@ | |||
9 | -- Stability : provisional | 9 | -- Stability : provisional |
10 | -- Portability : portable | 10 | -- Portability : portable |
11 | -- | 11 | -- |
12 | -- The implementation of the 'Vector' and 'Matrix' types is not exposed, | 12 | -- The library can be easily extended with additional foreign functions |
13 | -- but the library can be easily extended with additional foreign functions | ||
14 | -- using the tools in this module. Illustrative usage examples can be found | 13 | -- using the tools in this module. Illustrative usage examples can be found |
15 | -- in the @examples\/devel@ folder included in the package. | 14 | -- in the @examples\/devel@ folder included in the package. |
16 | -- | 15 | -- |
@@ -22,6 +21,8 @@ module Data.Packed.Development ( | |||
22 | vec, mat, | 21 | vec, mat, |
23 | app1, app2, app3, app4, | 22 | app1, app2, app3, app4, |
24 | MatrixOrder(..), orderOf, cmat, fmat, | 23 | MatrixOrder(..), orderOf, cmat, fmat, |
24 | unsafeFromForeignPtr, | ||
25 | unsafeToForeignPtr | ||
25 | ) where | 26 | ) where |
26 | 27 | ||
27 | import Data.Packed.Internal | 28 | import Data.Packed.Internal |