blas-0.7: lib/Data/Matrix/Dense/IO.hs
-----------------------------------------------------------------------------
-- |
-- Module : Data.Matrix.Dense.IO
-- Copyright : Copyright (c) 2008, Patrick Perry <patperry@stanford.edu>
-- License : BSD3
-- Maintainer : Patrick Perry <patperry@stanford.edu>
-- Stability : experimental
--
-- Mutable dense matrices in the IO monad.
--
module Data.Matrix.Dense.IO (
-- * The IOMatrix data type
IOMatrix,
withIOMatrix,
matrixViewArray,
matrixViewArrayWithLda,
-- * Overloaded mutable dense matrix interface
module Data.Matrix.Dense.Class,
) where
import Data.Matrix.Dense.IOBase
import Data.Matrix.Dense.Class