summaryrefslogtreecommitdiff
path: root/packages/base/src/Internal/Matrix.hs
diff options
context:
space:
mode:
Diffstat (limited to 'packages/base/src/Internal/Matrix.hs')
-rw-r--r--packages/base/src/Internal/Matrix.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/base/src/Internal/Matrix.hs b/packages/base/src/Internal/Matrix.hs
index 5163421..a7fcb47 100644
--- a/packages/base/src/Internal/Matrix.hs
+++ b/packages/base/src/Internal/Matrix.hs
@@ -128,7 +128,6 @@ amat f x = inlinePerformIO (unsafeWith (xdat x) (return . f r c sr sc))
128 128
129instance Storable t => TransArray (Matrix t) 129instance Storable t => TransArray (Matrix t)
130 where 130 where
131 type Elem (Matrix t) = t
132 type TransRaw (Matrix t) b = CInt -> CInt -> Ptr t -> b 131 type TransRaw (Matrix t) b = CInt -> CInt -> Ptr t -> b
133 type Trans (Matrix t) b = CInt -> CInt -> CInt -> CInt -> Ptr t -> b 132 type Trans (Matrix t) b = CInt -> CInt -> CInt -> CInt -> Ptr t -> b
134 apply = amat 133 apply = amat