From 1925c123d7d8184a1d2ddc0a413e0fd2776e1083 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Thu, 8 May 2014 08:48:12 +0200 Subject: empty hmatrix-base --- lib/Numeric/HMatrix/Data.hs | 69 --------------------------------------------- 1 file changed, 69 deletions(-) delete mode 100644 lib/Numeric/HMatrix/Data.hs (limited to 'lib/Numeric/HMatrix/Data.hs') diff --git a/lib/Numeric/HMatrix/Data.hs b/lib/Numeric/HMatrix/Data.hs deleted file mode 100644 index 568dc05..0000000 --- a/lib/Numeric/HMatrix/Data.hs +++ /dev/null @@ -1,69 +0,0 @@ --------------------------------------------------------------------------------- -{- | -Module : Numeric.HMatrix.Data -Copyright : (c) Alberto Ruiz 2014 -License : GPL - -Maintainer : Alberto Ruiz -Stability : provisional - -Basic data processing. - --} --------------------------------------------------------------------------------- - -module Numeric.HMatrix.Data( - - -- * Vector - -- | 1D arrays are storable vectors from the vector package. - - Vector, (|>), dim, (@>), - - -- * Matrix - Matrix, (><), size, (@@>), trans, ctrans, - - -- * Construction - scalar, konst, build, assoc, accum, linspace, -- ones, zeros, - - -- * Diagonal - ident, diag, diagl, diagRect, takeDiag, - - -- * Data manipulation - fromList, toList, subVector, takesV, vjoin, - flatten, reshape, asRow, asColumn, row, col, - fromRows, toRows, fromColumns, toColumns, fromLists, toLists, fromArray2D, - takeRows, dropRows, takeColumns, dropColumns, subMatrix, (?), (¿), fliprl, flipud, - - -- * Block matrix - fromBlocks, (¦), (——), diagBlock, repmat, toBlocks, toBlocksEvery, - - -- * Mapping functions - conj, cmap, step, cond, - - -- * Find elements - find, maxIndex, minIndex, maxElement, minElement, atIndex, - - -- * IO - disp, dispf, disps, dispcf, latexFormat, format, - loadMatrix, saveMatrix, fromFile, fileDimensions, - readMatrix, - fscanfVector, fprintfVector, freadVector, fwriteVector, - --- * Conversion - Convert(..), - - -- * Misc - arctan2, - rows, cols, - separable, - - module Data.Complex - -) where - -import Data.Packed.Vector -import Data.Packed.Matrix -import Numeric.Container -import Numeric.LinearAlgebra.Util -import Data.Complex - -- cgit v1.2.3