diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-06-07 11:13:32 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-06-07 11:13:32 +0000 |
commit | 92b1ed5e7fcbebbfbcde34206c040a8472d847d9 (patch) | |
tree | 6f22b46ea656490e6392a005321e6d5f7da0898d /examples | |
parent | e7c03c1ab4de85e7a700d2eafaebd37f4607c51f (diff) |
adapting lapack wrappers
Diffstat (limited to 'examples')
-rw-r--r-- | examples/pru.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/pru.hs b/examples/pru.hs index a935d93..8b25780 100644 --- a/examples/pru.hs +++ b/examples/pru.hs | |||
@@ -4,6 +4,7 @@ | |||
4 | import Data.Packed.Internal.Vector | 4 | import Data.Packed.Internal.Vector |
5 | import Data.Packed.Internal.Matrix | 5 | import Data.Packed.Internal.Matrix |
6 | import Data.Packed.Internal.Tensor | 6 | import Data.Packed.Internal.Tensor |
7 | import LAPACK | ||
7 | 8 | ||
8 | import Complex | 9 | import Complex |
9 | import Numeric(showGFloat) | 10 | import Numeric(showGFloat) |