From af8fdca4cfa709b60269e8209253df4297290b22 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Fri, 5 Jun 2015 17:08:57 +0200 Subject: remove intermediate reexport modules --- packages/base/src/Numeric/Container.hs | 49 ---------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 packages/base/src/Numeric/Container.hs (limited to 'packages/base/src/Numeric') diff --git a/packages/base/src/Numeric/Container.hs b/packages/base/src/Numeric/Container.hs deleted file mode 100644 index 48291a1..0000000 --- a/packages/base/src/Numeric/Container.hs +++ /dev/null @@ -1,49 +0,0 @@ -{-# OPTIONS_HADDOCK hide #-} - -module Numeric.Container( - module Data.Packed, - constant, - linspace, - diag, - ident, - ctrans, - Container(addConstant,add, sub, mul, equal,scaleRecip,divide), - scalar, - conj, - scale, - arctan2, - cmap, - Konst(..), - Build(..), - atIndex, - minIndex, maxIndex, minElement, maxElement, - sumElements, prodElements, - step, cond, find, assoc, accum, - Element(..), - Product(..), dot, udot, - optimiseMult, - mXm, mXv, vXm, (<.>), - Mul(..), - LSDiv, (<\>), - outer, kronecker, - RandDist(..), - randomVector, gaussianSample, uniformSample, - meanCov, - Convert(..), - Complexable, - RealElement, - RealOf, ComplexOf, SingleOf, DoubleOf, IndexOf, - module Data.Complex, - dispf, disps, dispcf, vecdisp, latexFormat, format, - loadMatrix, saveMatrix, readMatrix -) where - - -import Data.Packed.Numeric -import Data.Packed -import Data.Packed.Internal(constantD) -import Data.Complex - -constant :: Element a => a -> Int -> Vector a -constant = constantD - -- cgit v1.2.3