diff options
author | Alberto Ruiz <aruiz@um.es> | 2010-09-06 07:37:18 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2010-09-06 07:37:18 +0000 |
commit | 29099e3bfb4eec87ac3d4d675d7cfc82234c20d6 (patch) | |
tree | 82124829d5e2a51e1b272430cee2617b7e182e0e /lib/Numeric/LinearAlgebra/Algorithms.hs | |
parent | fa4e2233a873bbfee26939c013b56acc160bca7b (diff) |
working on conversion / linear
Diffstat (limited to 'lib/Numeric/LinearAlgebra/Algorithms.hs')
-rw-r--r-- | lib/Numeric/LinearAlgebra/Algorithms.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Numeric/LinearAlgebra/Algorithms.hs b/lib/Numeric/LinearAlgebra/Algorithms.hs index 14bf5d8..ac46847 100644 --- a/lib/Numeric/LinearAlgebra/Algorithms.hs +++ b/lib/Numeric/LinearAlgebra/Algorithms.hs | |||
@@ -81,6 +81,8 @@ import Numeric.LinearAlgebra.Linear | |||
81 | import Numeric.LinearAlgebra.LAPACK as LAPACK | 81 | import Numeric.LinearAlgebra.LAPACK as LAPACK |
82 | import Data.List(foldl1') | 82 | import Data.List(foldl1') |
83 | import Data.Array | 83 | import Data.Array |
84 | import Numeric.Vector | ||
85 | import Numeric.Matrix() | ||
84 | 86 | ||
85 | -- | Auxiliary typeclass used to define generic computations for both real and complex matrices. | 87 | -- | Auxiliary typeclass used to define generic computations for both real and complex matrices. |
86 | class (Product t, Linear Vector t, Linear Matrix t) => Field t where | 88 | class (Product t, Linear Vector t, Linear Matrix t) => Field t where |