-----------------------------------------------------------------------------
-- |
-- Module      :  Numeric.LinearAlgebra.Static
-- Copyright   :  (c) Reiner Pope 2008
-- License     :  GPL-style
--
-- Maintainer  :  Reiner Pope <reiner.pope@gmail.com>
-- Stability   :  experimental
-- Portability :  portable
--
-- Main imported interface for this package.
--
-----------------------------------------------------------------------------

module Numeric.LinearAlgebra.Static(
  module Numeric.LinearAlgebra.Static.Algorithms,
  module Data.Packed.Static,
 ) where

import Numeric.LinearAlgebra.Static.Algorithms
import Data.Packed.Static