module Numeric.LAPACK.Matrix.Type ( Type.Scale, Type.Identity, Type.Permutation, Type.Product, Inverse.Inverse, Wrapper.FillStrips, Wrapper.MapExtent, ) where import qualified Numeric.LAPACK.Matrix.Type.Private as Type import qualified Numeric.LAPACK.Matrix.Inverse as Inverse import qualified Numeric.LAPACK.Matrix.Wrapper as Wrapper