diff options
author | Vivian McPhail <haskell.vivian.mcphail@gmail.com> | 2010-09-21 02:56:15 +0000 |
---|---|---|
committer | Vivian McPhail <haskell.vivian.mcphail@gmail.com> | 2010-09-21 02:56:15 +0000 |
commit | 44d228ad83e876d45d1511761d7cd61bb2cd5c79 (patch) | |
tree | 974020d2bbf1b6da1d761dda3bc1d65f5a78ab58 /lib/Numeric/LinearAlgebra | |
parent | 05908719a7323110ba1955038d8341a8b7483351 (diff) |
add MatrixBoot so ctrans, diag, ident in Numeri
Diffstat (limited to 'lib/Numeric/LinearAlgebra')
-rw-r--r-- | lib/Numeric/LinearAlgebra/Algorithms.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Numeric/LinearAlgebra/Algorithms.hs b/lib/Numeric/LinearAlgebra/Algorithms.hs index 394a1d7..64deba2 100644 --- a/lib/Numeric/LinearAlgebra/Algorithms.hs +++ b/lib/Numeric/LinearAlgebra/Algorithms.hs | |||
@@ -80,6 +80,7 @@ import Numeric.LinearAlgebra.LAPACK as LAPACK | |||
80 | import Data.List(foldl1') | 80 | import Data.List(foldl1') |
81 | import Data.Array | 81 | import Data.Array |
82 | import Numeric.Container hiding ((.*),(*/)) | 82 | import Numeric.Container hiding ((.*),(*/)) |
83 | import Numeric.MatrixBoot | ||
83 | 84 | ||
84 | -- | Auxiliary typeclass used to define generic computations for both real and complex matrices. | 85 | -- | Auxiliary typeclass used to define generic computations for both real and complex matrices. |
85 | class (Product t, | 86 | class (Product t, |