summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/LinearAlgebra/Algorithms.hs2
-rw-r--r--lib/LinearAlgebra/LAPACK.hs (renamed from lib/LAPACK.hs)4
-rw-r--r--lib/LinearAlgebra/LAPACK/clapack.h (renamed from lib/LAPACK/clapack.h)0
-rw-r--r--lib/LinearAlgebra/LAPACK/f2c.h (renamed from lib/LAPACK/f2c.h)0
-rw-r--r--lib/LinearAlgebra/LAPACK/lapack-aux.c (renamed from lib/LAPACK/lapack-aux.c)0
-rw-r--r--lib/LinearAlgebra/LAPACK/lapack-aux.h (renamed from lib/LAPACK/lapack-aux.h)0
6 files changed, 3 insertions, 3 deletions
diff --git a/lib/LinearAlgebra/Algorithms.hs b/lib/LinearAlgebra/Algorithms.hs
index 007067f..481dbd6 100644
--- a/lib/LinearAlgebra/Algorithms.hs
+++ b/lib/LinearAlgebra/Algorithms.hs
@@ -46,7 +46,7 @@ import Data.Packed.Internal hiding (fromComplex, toComplex, comp, conj)
46import Data.Packed 46import Data.Packed
47import GSL.Matrix(luR,luC,qr) 47import GSL.Matrix(luR,luC,qr)
48import GSL.Vector 48import GSL.Vector
49import LAPACK 49import LinearAlgebra.LAPACK as LAPACK
50import Complex 50import Complex
51import LinearAlgebra.Linear 51import LinearAlgebra.Linear
52 52
diff --git a/lib/LAPACK.hs b/lib/LinearAlgebra/LAPACK.hs
index 43a313b..2861061 100644
--- a/lib/LAPACK.hs
+++ b/lib/LinearAlgebra/LAPACK.hs
@@ -1,7 +1,7 @@
1{-# OPTIONS_GHC -fglasgow-exts #-} 1{-# OPTIONS_GHC -fglasgow-exts #-}
2----------------------------------------------------------------------------- 2-----------------------------------------------------------------------------
3-- | 3-- |
4-- Module : LAPACK 4-- Module : LinearAlgebra.LAPACK
5-- Copyright : (c) Alberto Ruiz 2006-7 5-- Copyright : (c) Alberto Ruiz 2006-7
6-- License : GPL-style 6-- License : GPL-style
7-- 7--
@@ -13,7 +13,7 @@
13-- 13--
14----------------------------------------------------------------------------- 14-----------------------------------------------------------------------------
15 15
16module LAPACK ( 16module LinearAlgebra.LAPACK (
17 svdR, svdRdd, svdC, 17 svdR, svdRdd, svdC,
18 eigC, eigR, eigS, eigH, 18 eigC, eigR, eigS, eigH,
19 linearSolveR, linearSolveC, 19 linearSolveR, linearSolveC,
diff --git a/lib/LAPACK/clapack.h b/lib/LinearAlgebra/LAPACK/clapack.h
index cad9a4c..cad9a4c 100644
--- a/lib/LAPACK/clapack.h
+++ b/lib/LinearAlgebra/LAPACK/clapack.h
diff --git a/lib/LAPACK/f2c.h b/lib/LinearAlgebra/LAPACK/f2c.h
index b94ee7c..b94ee7c 100644
--- a/lib/LAPACK/f2c.h
+++ b/lib/LinearAlgebra/LAPACK/f2c.h
diff --git a/lib/LAPACK/lapack-aux.c b/lib/LinearAlgebra/LAPACK/lapack-aux.c
index 4ef9a6e..4ef9a6e 100644
--- a/lib/LAPACK/lapack-aux.c
+++ b/lib/LinearAlgebra/LAPACK/lapack-aux.c
diff --git a/lib/LAPACK/lapack-aux.h b/lib/LinearAlgebra/LAPACK/lapack-aux.h
index ea71847..ea71847 100644
--- a/lib/LAPACK/lapack-aux.h
+++ b/lib/LinearAlgebra/LAPACK/lapack-aux.h