----------------------------------------------------------------------------- -- | -- Module : BLAS.Matrix -- Copyright : Copyright (c) , Patrick Perry -- License : BSD3 -- Maintainer : Patrick Perry -- Stability : experimental -- module BLAS.Matrix ( module BLAS.Matrix.Base, module BLAS.Matrix.Immutable, module BLAS.Matrix.Mutable, module BLAS.Matrix.Solve, ) where import BLAS.Matrix.Base import BLAS.Matrix.Immutable import BLAS.Matrix.Mutable import BLAS.Matrix.Solve