summaryrefslogtreecommitdiff
path: root/packages/hmatrix/src/Numeric/GSL
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2014-05-15 20:30:57 +0200
committerAlberto Ruiz <aruiz@um.es>2014-05-15 20:30:57 +0200
commita86c60a5fbfc73ff3080c88007625c2cd094e80f (patch)
treee2aa5c50ee23eeb35173ac1ffcd43a51fb860003 /packages/hmatrix/src/Numeric/GSL
parent69d1fc1588532b48a946c1501f92ed56600baf4d (diff)
containerboot moved to base
Diffstat (limited to 'packages/hmatrix/src/Numeric/GSL')
-rw-r--r--packages/hmatrix/src/Numeric/GSL/Vector.hs7
1 files changed, 0 insertions, 7 deletions
diff --git a/packages/hmatrix/src/Numeric/GSL/Vector.hs b/packages/hmatrix/src/Numeric/GSL/Vector.hs
index e133c2c..bca074f 100644
--- a/packages/hmatrix/src/Numeric/GSL/Vector.hs
+++ b/packages/hmatrix/src/Numeric/GSL/Vector.hs
@@ -11,12 +11,6 @@
11----------------------------------------------------------------------------- 11-----------------------------------------------------------------------------
12 12
13module Numeric.GSL.Vector ( 13module Numeric.GSL.Vector (
14 sumF, sumR, sumQ, sumC,
15 prodF, prodR, prodQ, prodC,
16 FunCodeS(..), toScalarR, toScalarF, toScalarC, toScalarQ,
17 FunCodeV(..), vectorMapR, vectorMapC, vectorMapF, vectorMapQ,
18 FunCodeSV(..), vectorMapValR, vectorMapValC, vectorMapValF, vectorMapValQ,
19 FunCodeVV(..), vectorZipR, vectorZipC, vectorZipF, vectorZipQ,
20 RandDist(..), randomVector, 14 RandDist(..), randomVector,
21 saveMatrix, 15 saveMatrix,
22 fwriteVector, freadVector, fprintfVector, fscanfVector 16 fwriteVector, freadVector, fprintfVector, fscanfVector
@@ -24,7 +18,6 @@ module Numeric.GSL.Vector (
24 18
25import Data.Packed 19import Data.Packed
26import Numeric.GSL.Internal hiding (TV,TM,TCV,TCM) 20import Numeric.GSL.Internal hiding (TV,TM,TCV,TCM)
27import Numeric.Vectorized
28 21
29import Data.Complex 22import Data.Complex
30import Foreign.Marshal.Alloc(free) 23import Foreign.Marshal.Alloc(free)