summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2009-12-10 11:22:05 +0000
committerAlberto Ruiz <aruiz@um.es>2009-12-10 11:22:05 +0000
commitc1464d95f0eb03c0fbb728f5cc49c6548b23ef10 (patch)
treecb4f87cd3ff88bd97c62d55d32c1efcbe63acfe8 /lib
parent671821b41b8e6d7c0b3f5109ed47a1699a484a2a (diff)
remove NFData instances
Diffstat (limited to 'lib')
-rw-r--r--lib/Numeric/LinearAlgebra/Instances.hs12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/Numeric/LinearAlgebra/Instances.hs b/lib/Numeric/LinearAlgebra/Instances.hs
index 3122a3d..04bbd68 100644
--- a/lib/Numeric/LinearAlgebra/Instances.hs
+++ b/lib/Numeric/LinearAlgebra/Instances.hs
@@ -27,7 +27,7 @@ import Data.List(transpose,intersperse)
27import Foreign(Storable) 27import Foreign(Storable)
28import Data.Monoid 28import Data.Monoid
29import Data.Packed.Internal.Vector 29import Data.Packed.Internal.Vector
30import Control.Parallel.Strategies 30-- import Control.Parallel.Strategies
31 31
32------------------------------------------------------------------ 32------------------------------------------------------------------
33 33
@@ -199,8 +199,8 @@ instance (Storable a) => Monoid (Vector a) where
199 199
200--------------------------------------------------------------- 200---------------------------------------------------------------
201 201
202instance (NFData a, Storable a) => NFData (Vector a) where 202-- instance (NFData a, Storable a) => NFData (Vector a) where
203 rnf = rnf . (@>0) 203-- rnf = rnf . (@>0)
204 204--
205instance (NFData a, Element a) => NFData (Matrix a) where 205-- instance (NFData a, Element a) => NFData (Matrix a) where
206 rnf = rnf . flatten 206-- rnf = rnf . flatten