summaryrefslogtreecommitdiff
path: root/lib/Numeric/LinearAlgebra.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Numeric/LinearAlgebra.hs')
-rw-r--r--lib/Numeric/LinearAlgebra.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Numeric/LinearAlgebra.hs b/lib/Numeric/LinearAlgebra.hs
index 6b1a0bd..1db860c 100644
--- a/lib/Numeric/LinearAlgebra.hs
+++ b/lib/Numeric/LinearAlgebra.hs
@@ -17,6 +17,8 @@ expand to match the dimensions of the other operand.
17 17
18-} 18-}
19----------------------------------------------------------------------------- 19-----------------------------------------------------------------------------
20{-# OPTIONS_HADDOCK hide #-}
21
20module Numeric.LinearAlgebra ( 22module Numeric.LinearAlgebra (
21 module Numeric.Container, 23 module Numeric.Container,
22 module Numeric.LinearAlgebra.Algorithms 24 module Numeric.LinearAlgebra.Algorithms
@@ -25,4 +27,4 @@ module Numeric.LinearAlgebra (
25import Numeric.Container 27import Numeric.Container
26import Numeric.LinearAlgebra.Algorithms 28import Numeric.LinearAlgebra.Algorithms
27import Numeric.Matrix() 29import Numeric.Matrix()
28import Numeric.Vector() \ No newline at end of file 30import Numeric.Vector()