From e7843cb083316bc5b5a760f7c987671505c2e9d8 Mon Sep 17 00:00:00 2001 From: Kevin Slagle Date: Mon, 19 Dec 2016 09:49:19 -0500 Subject: fix documentation typo --- packages/base/src/Internal/Matrix.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/base/src/Internal/Matrix.hs') diff --git a/packages/base/src/Internal/Matrix.hs b/packages/base/src/Internal/Matrix.hs index fbf8295..4905f61 100644 --- a/packages/base/src/Internal/Matrix.hs +++ b/packages/base/src/Internal/Matrix.hs @@ -604,7 +604,7 @@ foreign import ccall unsafe "reorderL" c_reorderL :: Reorder Z -- | Transpose an array with dimensions @dims@ by making a copy using @strides@. For example, for an array with 3 indices, -- @(reorderVector strides dims v) ! ((i * dims ! 1 + j) * dims ! 2 + k) == v ! (i * strides ! 0 + j * strides ! 1 + k * strides ! 2)@ --- This function is intended to be used internally by tensor libraries.. +-- This function is intended to be used internally by tensor libraries. reorderVector :: Element a => Vector CInt -- ^ @strides@: array strides -> Vector CInt -- ^ @dims@: array dimensions of new array @v@ -- cgit v1.2.3