From 9c65a03f4e2b3b09f6f2ac606c5b22f6df9cea14 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Tue, 23 Oct 2007 19:53:03 +0000 Subject: removed conjTrans --- lib/Data/Packed/Matrix.hs | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'lib/Data') diff --git a/lib/Data/Packed/Matrix.hs b/lib/Data/Packed/Matrix.hs index 260c1e0..e94d038 100644 --- a/lib/Data/Packed/Matrix.hs +++ b/lib/Data/Packed/Matrix.hs @@ -16,10 +16,11 @@ module Data.Packed.Matrix ( Field, Matrix,rows,cols, - (><), reshape, flatten, + (><), + trans, + reshape, flatten, fromLists, toLists, (@@>), - trans, conjTrans, asRow, asColumn, fromRows, toRows, fromColumns, toColumns, fromBlocks, repmat, @@ -28,7 +29,7 @@ module Data.Packed.Matrix ( extractRows, ident, diag, diagRect, takeDiag, liftMatrix, liftMatrix2, - format, dispR, readMatrix, fromFile, fromArray2D + format, readMatrix, fromFile, fromArray2D ) where import Data.Packed.Internal @@ -154,10 +155,6 @@ flatten = cdat fromLists :: Field t => [[t]] -> Matrix t fromLists = fromRows . map fromList --- | conjugate transpose -conjTrans :: Matrix (Complex Double) -> Matrix (Complex Double) -conjTrans = trans . liftMatrix conj - -- | creates a 1-row matrix from a vector asRow :: Field a => Vector a -> Matrix a asRow v = reshape (dim v) v -- cgit v1.2.3