diff options
author | Alberto Ruiz <aruiz@um.es> | 2010-09-13 18:21:15 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2010-09-13 18:21:15 +0000 |
commit | 9d54e7b9543c22d398ef5097e3ba619ca974820b (patch) | |
tree | a71b00a450eb22224b389ad501806b92a6a09864 /lib/Numeric/LinearAlgebra/Algorithms.hs | |
parent | 5323b5f9c5da53ab413202141667142e646897d4 (diff) |
remove ComplexContainer
Diffstat (limited to 'lib/Numeric/LinearAlgebra/Algorithms.hs')
-rw-r--r-- | lib/Numeric/LinearAlgebra/Algorithms.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Numeric/LinearAlgebra/Algorithms.hs b/lib/Numeric/LinearAlgebra/Algorithms.hs index f2f5473..3cd200e 100644 --- a/lib/Numeric/LinearAlgebra/Algorithms.hs +++ b/lib/Numeric/LinearAlgebra/Algorithms.hs | |||
@@ -82,7 +82,7 @@ import Data.Array | |||
82 | import Numeric.Container | 82 | import Numeric.Container |
83 | 83 | ||
84 | -- | Auxiliary typeclass used to define generic computations for both real and complex matrices. | 84 | -- | Auxiliary typeclass used to define generic computations for both real and complex matrices. |
85 | class (Product t, Container Vector t, Container Matrix t) => Field t where | 85 | class (Product t, Convert t, Container Vector t, Container Matrix t) => Field t where |
86 | svd' :: Matrix t -> (Matrix t, Vector Double, Matrix t) | 86 | svd' :: Matrix t -> (Matrix t, Vector Double, Matrix t) |
87 | thinSVD' :: Matrix t -> (Matrix t, Vector Double, Matrix t) | 87 | thinSVD' :: Matrix t -> (Matrix t, Vector Double, Matrix t) |
88 | sv' :: Matrix t -> Vector Double | 88 | sv' :: Matrix t -> Vector Double |