From f68a6654326e4ddbf1fac96c27ebbcbcde2b7639 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Tue, 29 Apr 2014 19:32:43 +0200 Subject: hide documentation --- lib/Data/Packed.hs | 3 ++- lib/Data/Packed/Development.hs | 1 + lib/Data/Packed/Foreign.hs | 1 + lib/Data/Packed/Matrix.hs | 1 + lib/Data/Packed/ST.hs | 1 + lib/Data/Packed/Vector.hs | 1 + lib/Graphics/Plot.hs | 1 + lib/Numeric/Container.hs | 1 + lib/Numeric/LinearAlgebra.hs | 4 +++- lib/Numeric/LinearAlgebra/Data.hs | 16 ++++++++++++++++ lib/Numeric/LinearAlgebra/LAPACK.hs | 1 + 11 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 lib/Numeric/LinearAlgebra/Data.hs (limited to 'lib') diff --git a/lib/Data/Packed.hs b/lib/Data/Packed.hs index b8bec8a..957aab8 100644 --- a/lib/Data/Packed.hs +++ b/lib/Data/Packed.hs @@ -12,6 +12,7 @@ Types for dense 'Vector' and 'Matrix' of 'Storable' elements. -} ----------------------------------------------------------------------------- +{-# OPTIONS_HADDOCK hide #-} module Data.Packed ( module Data.Packed.Vector, @@ -25,4 +26,4 @@ import Data.Packed.Vector import Data.Packed.Matrix --import Data.Packed.Random --import Data.Complex ---import Numeric.Conversion \ No newline at end of file +--import Numeric.Conversion diff --git a/lib/Data/Packed/Development.hs b/lib/Data/Packed/Development.hs index e792783..471e560 100644 --- a/lib/Data/Packed/Development.hs +++ b/lib/Data/Packed/Development.hs @@ -14,6 +14,7 @@ -- in the @examples\/devel@ folder included in the package. -- ----------------------------------------------------------------------------- +{-# OPTIONS_HADDOCK hide #-} module Data.Packed.Development ( createVector, createMatrix, diff --git a/lib/Data/Packed/Foreign.hs b/lib/Data/Packed/Foreign.hs index efa51ca..1ec3694 100644 --- a/lib/Data/Packed/Foreign.hs +++ b/lib/Data/Packed/Foreign.hs @@ -6,6 +6,7 @@ -- @ glUniformMatrix4fv 0 1 (fromIntegral gl_TRUE) \`appMatrix\` perspective 0.01 100 (pi\/2) (4\/3) -- @ -- +{-# OPTIONS_HADDOCK hide #-} module Data.Packed.Foreign ( app , appVector, appVectorLen diff --git a/lib/Data/Packed/Matrix.hs b/lib/Data/Packed/Matrix.hs index 2ab1541..5365c1c 100644 --- a/lib/Data/Packed/Matrix.hs +++ b/lib/Data/Packed/Matrix.hs @@ -18,6 +18,7 @@ -- This module provides basic functions for manipulation of structure. ----------------------------------------------------------------------------- +{-# OPTIONS_HADDOCK hide #-} module Data.Packed.Matrix ( Matrix, diff --git a/lib/Data/Packed/ST.hs b/lib/Data/Packed/ST.hs index c1e7aef..1cef296 100644 --- a/lib/Data/Packed/ST.hs +++ b/lib/Data/Packed/ST.hs @@ -16,6 +16,7 @@ -- See examples/inplace.hs in the distribution. -- ----------------------------------------------------------------------------- +{-# OPTIONS_HADDOCK hide #-} module Data.Packed.ST ( -- * Mutable Vectors diff --git a/lib/Data/Packed/Vector.hs b/lib/Data/Packed/Vector.hs index f12031f..b5a4318 100644 --- a/lib/Data/Packed/Vector.hs +++ b/lib/Data/Packed/Vector.hs @@ -14,6 +14,7 @@ -- This module provides basic functions for manipulation of structure. -- ----------------------------------------------------------------------------- +{-# OPTIONS_HADDOCK hide #-} module Data.Packed.Vector ( Vector, diff --git a/lib/Graphics/Plot.hs b/lib/Graphics/Plot.hs index 74a2695..0ea41ac 100644 --- a/lib/Graphics/Plot.hs +++ b/lib/Graphics/Plot.hs @@ -11,6 +11,7 @@ -- This module is deprecated. It can be replaced by improved drawing tools -- available in the plot\\plot-gtk packages by Vivian McPhail or Gnuplot by Henning Thielemann. ----------------------------------------------------------------------------- +{-# OPTIONS_HADDOCK hide #-} module Graphics.Plot( diff --git a/lib/Numeric/Container.hs b/lib/Numeric/Container.hs index a612aa1..d2fd351 100644 --- a/lib/Numeric/Container.hs +++ b/lib/Numeric/Container.hs @@ -24,6 +24,7 @@ -- numeric Haskell classes provided by "Numeric.LinearAlgebra". -- ----------------------------------------------------------------------------- +{-# OPTIONS_HADDOCK hide #-} module Numeric.Container ( -- * Basic functions 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. -} ----------------------------------------------------------------------------- +{-# OPTIONS_HADDOCK hide #-} + module Numeric.LinearAlgebra ( module Numeric.Container, module Numeric.LinearAlgebra.Algorithms @@ -25,4 +27,4 @@ module Numeric.LinearAlgebra ( import Numeric.Container import Numeric.LinearAlgebra.Algorithms import Numeric.Matrix() -import Numeric.Vector() \ No newline at end of file +import Numeric.Vector() diff --git a/lib/Numeric/LinearAlgebra/Data.hs b/lib/Numeric/LinearAlgebra/Data.hs new file mode 100644 index 0000000..10ad650 --- /dev/null +++ b/lib/Numeric/LinearAlgebra/Data.hs @@ -0,0 +1,16 @@ +-------------------------------------------------------------------------------- +{- | +Module : Numeric.LinearAlgebra.Data +Copyright : (c) Alberto Ruiz 2014 +License : GPL + +Maintainer : Alberto Ruiz +Stability : provisional + +-} +-------------------------------------------------------------------------------- + +module Numeric.LinearAlgebra.Data( + +) where + diff --git a/lib/Numeric/LinearAlgebra/LAPACK.hs b/lib/Numeric/LinearAlgebra/LAPACK.hs index ffc6cee..a12f6d8 100644 --- a/lib/Numeric/LinearAlgebra/LAPACK.hs +++ b/lib/Numeric/LinearAlgebra/LAPACK.hs @@ -11,6 +11,7 @@ -- Functional interface to selected LAPACK functions (). -- ----------------------------------------------------------------------------- +{-# OPTIONS_HADDOCK hide #-} module Numeric.LinearAlgebra.LAPACK ( -- * Matrix product -- cgit v1.2.3