----------------------------------------------------------------------------- -- | -- Module : Data.Matrix.Dense.IO -- Copyright : Copyright (c) 2008, Patrick Perry -- License : BSD3 -- Maintainer : Patrick Perry -- Stability : experimental -- module Data.Matrix.Dense.IO ( -- * The IOMatrix data type IOMatrix, module Data.Matrix.Dense.Class, ) where import Data.Matrix.Dense.Class.Internal( IOMatrix ) import Data.Matrix.Dense.Class