From 3815bc25f62124063e02af83fe3c907336dc86f5 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Fri, 28 Sep 2007 12:25:56 +0000 Subject: algorithms interface reorganized --- lib/LinearAlgebra.hs | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'lib/LinearAlgebra.hs') diff --git a/lib/LinearAlgebra.hs b/lib/LinearAlgebra.hs index d8f44b4..d6ef647 100644 --- a/lib/LinearAlgebra.hs +++ b/lib/LinearAlgebra.hs @@ -13,17 +13,15 @@ Basic matrix computations implemented by BLAS, LAPACK and GSL. -} ----------------------------------------------------------------------------- module LinearAlgebra ( - module Data.Packed.Vector, - module Data.Packed.Matrix, - module LinearAlgebra.Instances, - module LinearAlgebra.Interface, + module Data.Packed, + module LinearAlgebra.Linear, module LinearAlgebra.Algorithms, - module Complex + module LinearAlgebra.Instances, + module LinearAlgebra.Interface ) where +import Data.Packed +import LinearAlgebra.Linear +import LinearAlgebra.Algorithms import LinearAlgebra.Instances import LinearAlgebra.Interface -import LinearAlgebra.Algorithms -import Data.Packed.Matrix -import Data.Packed.Vector -import Complex \ No newline at end of file -- cgit v1.2.3