summaryrefslogtreecommitdiff
path: root/packages/base/src/Internal/LAPACK.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2015-06-06 13:10:09 +0200
committerAlberto Ruiz <aruiz@um.es>2015-06-06 13:10:09 +0200
commitde69c1cd115cf2702f4ef6c6932d25ae52375e83 (patch)
tree03b0b87816a380bf5628ad791b2f034529eaf4e4 /packages/base/src/Internal/LAPACK.hs
parent3e4cdbadb0277010b0e089615e3053f6705332cb (diff)
remove Tools
Diffstat (limited to 'packages/base/src/Internal/LAPACK.hs')
-rw-r--r--packages/base/src/Internal/LAPACK.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/base/src/Internal/LAPACK.hs b/packages/base/src/Internal/LAPACK.hs
index 9cab3f8..d6a2e6e 100644
--- a/packages/base/src/Internal/LAPACK.hs
+++ b/packages/base/src/Internal/LAPACK.hs
@@ -20,19 +20,15 @@ import Internal.Vector
20import Internal.Matrix 20import Internal.Matrix
21import Internal.Conversion 21import Internal.Conversion
22import Internal.Element 22import Internal.Element
23
24import Foreign.Ptr(nullPtr) 23import Foreign.Ptr(nullPtr)
25import Foreign.C.Types 24import Foreign.C.Types
26import Control.Monad(when) 25import Control.Monad(when)
27import System.IO.Unsafe(unsafePerformIO) 26import System.IO.Unsafe(unsafePerformIO)
28import Data.Vector.Storable(fromList)
29 27
30----------------------------------------------------------------------------------- 28-----------------------------------------------------------------------------------
31 29
32type TMMM t = t ..> t ..> t ..> Ok 30type TMMM t = t ..> t ..> t ..> Ok
33 31
34type R = Double
35type C = Complex Double
36type F = Float 32type F = Float
37type Q = Complex Float 33type Q = Complex Float
38 34