summaryrefslogtreecommitdiff
path: root/packages/base/src/Numeric
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2015-06-30 14:38:52 +0200
committerAlberto Ruiz <aruiz@um.es>2015-06-30 14:38:52 +0200
commit4ada25636995115f2b26707870f611a138f4e20b (patch)
tree07ade269d5b98ae8284d2064bb3a8ea928e3e405 /packages/base/src/Numeric
parent4730254f061832591d4a44c86d3bdfa4620f4322 (diff)
subMatrix changed to non copying slice
Diffstat (limited to 'packages/base/src/Numeric')
-rw-r--r--packages/base/src/Numeric/LinearAlgebra/Devel.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/base/src/Numeric/LinearAlgebra/Devel.hs b/packages/base/src/Numeric/LinearAlgebra/Devel.hs
index f6fa92a..57a68e7 100644
--- a/packages/base/src/Numeric/LinearAlgebra/Devel.hs
+++ b/packages/base/src/Numeric/LinearAlgebra/Devel.hs
@@ -62,7 +62,7 @@ module Numeric.LinearAlgebra.Devel(
62 GMatrix(..), 62 GMatrix(..),
63 63
64 -- * Misc 64 -- * Misc
65 toByteString, fromByteString, sliceMatrix, showInternal 65 toByteString, fromByteString, showInternal
66 66
67) where 67) where
68 68