blas-0.6: BLAS/Matrix/Solve.hs
-----------------------------------------------------------------------------
-- |
-- Module : BLAS.Matrix.Solve
-- Copyright : Copyright (c) , Patrick Perry <patperry@stanford.edu>
-- License : BSD3
-- Maintainer : Patrick Perry <patperry@stanford.edu>
-- Stability : experimental
--
module BLAS.Matrix.Solve (
module BLAS.Matrix.Solve.Immutable,
module BLAS.Matrix.Solve.Mutable,
) where
import BLAS.Matrix.Solve.Immutable
import BLAS.Matrix.Solve.Mutable