diff options
author | Alberto Ruiz <aruiz@um.es> | 2013-08-20 08:30:41 -0700 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2013-08-20 08:30:41 -0700 |
commit | 477841032c732b1fd801ecd436d2ee41add2a072 (patch) | |
tree | 33ba6a9eb93129cb98e6ad4aef06e39977fc21d5 /lib | |
parent | 374194ee454622e66c931dce8f315c68167c7ac9 (diff) | |
parent | 83453a970491fc764a9e490e1f9791a289e9b571 (diff) |
Merge pull request #47 from bgamari/master
Export matrixFromVector from Data.Packed.Development
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Data/Packed/Development.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Data/Packed/Development.hs b/lib/Data/Packed/Development.hs index 9b8dacf..e792783 100644 --- a/lib/Data/Packed/Development.hs +++ b/lib/Data/Packed/Development.hs | |||
@@ -21,6 +21,7 @@ module Data.Packed.Development ( | |||
21 | app1, app2, app3, app4, | 21 | app1, app2, app3, app4, |
22 | app5, app6, app7, app8, app9, app10, | 22 | app5, app6, app7, app8, app9, app10, |
23 | MatrixOrder(..), orderOf, cmat, fmat, | 23 | MatrixOrder(..), orderOf, cmat, fmat, |
24 | matrixFromVector, | ||
24 | unsafeFromForeignPtr, | 25 | unsafeFromForeignPtr, |
25 | unsafeToForeignPtr, | 26 | unsafeToForeignPtr, |
26 | check, (//), | 27 | check, (//), |