From 834b4837799611fd7fbaa9609ea587e041cb0ca1 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Tue, 11 Sep 2007 10:25:24 +0000 Subject: tensor lib moved to easyVision project --- lib/Data/Packed/Internal/Matrix.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/Data/Packed/Internal/Matrix.hs') diff --git a/lib/Data/Packed/Internal/Matrix.hs b/lib/Data/Packed/Internal/Matrix.hs index ba32a67..2db4838 100644 --- a/lib/Data/Packed/Internal/Matrix.hs +++ b/lib/Data/Packed/Internal/Matrix.hs @@ -9,9 +9,10 @@ -- Stability : provisional -- Portability : portable (uses FFI) -- --- Fundamental types +-- Internal matrix representation -- ----------------------------------------------------------------------------- +-- --#hide module Data.Packed.Internal.Matrix where @@ -74,7 +75,7 @@ type Mt t s = Int -> Int -> Ptr t -> s -- infixr 6 ::> -- type t ::> s = Mt t s --- | the inverse of 'fromLists' +-- | the inverse of 'Data.Packed.Matrix.fromLists' toLists :: (Field t) => Matrix t -> [[t]] toLists m = partit (cols m) . toList . cdat $ m -- cgit v1.2.3