-----------------------------------------------------------------------------
-- |
-- Module     : Data.Matrix.Dense.IO
-- Copyright  : Copyright (c) 2008, Patrick Perry <patperry@stanford.edu>
-- License    : BSD3
-- Maintainer : Patrick Perry <patperry@stanford.edu>
-- 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