summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Numeric/LinearAlgebra/Instances.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Numeric/LinearAlgebra/Instances.hs b/lib/Numeric/LinearAlgebra/Instances.hs
index 79a8990..3122a3d 100644
--- a/lib/Numeric/LinearAlgebra/Instances.hs
+++ b/lib/Numeric/LinearAlgebra/Instances.hs
@@ -27,6 +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 31
31------------------------------------------------------------------ 32------------------------------------------------------------------
32 33
@@ -196,3 +197,10 @@ instance (Storable a) => Monoid (Vector a) where
196 where j [] = mempty 197 where j [] = mempty
197 j l = join l 198 j l = join l
198 199
200---------------------------------------------------------------
201
202instance (NFData a, Storable a) => NFData (Vector a) where
203 rnf = rnf . (@>0)
204
205instance (NFData a, Element a) => NFData (Matrix a) where
206 rnf = rnf . flatten