diff options
author | Alberto Ruiz <aruiz@um.es> | 2015-06-24 17:07:29 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2015-06-24 17:07:29 +0200 |
commit | 624046d6b55d37104f950e8888ab68c53a2e6bf0 (patch) | |
tree | 664fa33c2c995078439f277c0d6147ca0ad8ffe4 /packages/base/src/Numeric/LinearAlgebra/Devel.hs | |
parent | fbff5949bba157b0da08a4b59124c7976289fb65 (diff) |
initial support of sliceMatrix, remove transdata
Diffstat (limited to 'packages/base/src/Numeric/LinearAlgebra/Devel.hs')
-rw-r--r-- | packages/base/src/Numeric/LinearAlgebra/Devel.hs | 2 |
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 5ca1a7c..f6fa92a 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 | 65 | toByteString, fromByteString, sliceMatrix, showInternal |
66 | 66 | ||
67 | ) where | 67 | ) where |
68 | 68 | ||