-----------------------------------------------------------------------------
-- |
-- Module     : BLAS.Tensor.Dense
-- Copyright  : Copyright (c) , Patrick Perry <patperry@stanford.edu>
-- License    : BSD3
-- Maintainer : Patrick Perry <patperry@stanford.edu>
-- Stability  : experimental
--

module BLAS.Tensor.Dense (
    module BLAS.Tensor.Dense.Immutable,
    module BLAS.Tensor.Dense.ReadOnly,
    ) where

import BLAS.Tensor.Dense.Immutable
import BLAS.Tensor.Dense.ReadOnly