----------------------------------------------------------------------------- -- | -- Module : BLAS.Tensor.Dense -- Copyright : Copyright (c) , Patrick Perry -- License : BSD3 -- Maintainer : Patrick Perry -- 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