diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-09-12 19:09:47 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-09-12 19:09:47 +0000 |
commit | 0ff13d993b880739295de343bca62f06fac5ca0c (patch) | |
tree | 252a51b4314c19c04a9eda87973eeaae63167a41 /lib/GSL.hs | |
parent | cd937c2be2900b8f13506d9ae7c731ad43d74e05 (diff) |
documentation
Diffstat (limited to 'lib/GSL.hs')
-rw-r--r-- | lib/GSL.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ setErrorHandlerOff | |||
34 | ) where | 34 | ) where |
35 | 35 | ||
36 | import Data.Packed.Vector hiding (constant) | 36 | import Data.Packed.Vector hiding (constant) |
37 | import Data.Packed.Matrix hiding ((><), multiply) | 37 | import Data.Packed.Matrix hiding ((><)) |
38 | import LinearAlgebra.Algorithms hiding (pnorm) | 38 | import LinearAlgebra.Algorithms hiding (pnorm) |
39 | import LAPACK | 39 | import LAPACK |
40 | import GSL.Integration | 40 | import GSL.Integration |