summaryrefslogtreecommitdiff
path: root/lib/Data/Packed/Internal/Matrix.hs
AgeCommit message (Collapse)Author
2011-09-01Get rid of some deprecation warnings & Use more explicit importsBas van Dijk
2011-01-01simplified liftMatrix2AutoAlberto Ruiz
2010-09-29[hlint] Remove redundant brackets and $'sKhudyakov Alexey
2010-09-27[hlint] Clean up language pragmasKhudyakov Alexey
* use LANGUAGE pragmas instead of deprecated one * remove unused pragmas
2010-09-23minor doc fix, clean PlotAlberto Ruiz
2010-09-21move conjugate* to ContainerVivian McPhail
The benefit of this patch is that Data.Packed.Internal.Matrix now has no numeric dependency. There is no 'optimisation' class for conjugateD, instead, different instances are directly specified in each Container instance. Unfortunately, an unsafeIO call now exists in Numeric.Container.
2010-09-21add MatrixBoot so ctrans, diag, ident in NumeriVivian McPhail
2010-09-20generalized diagRectAlberto Ruiz
2010-09-20remove Fractional from ElementVivian McPhail
2010-09-19C functions for Storable a => transdata, constantDVivian McPhail
2010-09-13remove ComplexContainerAlberto Ruiz
2010-09-11optimized conjugateAlberto Ruiz
2010-09-09ctrans moved to Data.Packed.MatrixAlberto Ruiz
2010-09-06Merged changes with conversion-linearVivian McPhail
2010-07-09type signatures for use with vector packageVivian McPhail
2010-07-08Linear and Floating (Complex Float)Vivian McPhail
2010-06-29add-vector-floatVivian McPhail
2010-05-12more simplificationAlberto Ruiz
2010-03-09change haskell98 importsgwern0
2010-03-01compatible with vectorAlberto Ruiz
2010-02-02table, splitEveryAlberto Ruiz
2010-02-01internal idim irows icolsAlberto Ruiz
2010-01-20more defined fromRows/fromColumns/fromBlocksAlberto Ruiz
2009-11-13explicit export lists in internal modulesAlberto Ruiz
2009-10-15default transdata and constantDAlberto Ruiz
2009-06-18saveMatrixAlberto Ruiz
2009-06-17vector fread/fwrite, fscanf/fprinfAlberto Ruiz
2009-05-18free fromFile filenameAlberto Ruiz
2009-05-16loadMatrix (based on wc)Alberto Ruiz
2009-05-13added Development moduleAlberto Ruiz
2009-04-17restored C trans and constant for comparisonAlberto Ruiz
2008-11-14subMatrix reimplemented and removed auxi.cAlberto Ruiz
2008-11-14conj using mapVectorAlberto Ruiz
2008-11-14constantDAlberto Ruiz
2008-11-11fix transdataAlberto Ruiz
2008-11-08replaced transdataAlberto Ruiz
2008-11-05improved constantAlberto Ruiz
2008-11-05diag using STAlberto Ruiz
2008-10-22-WallAlberto Ruiz
2008-10-02alternative multiply versionsAlberto Ruiz
2008-06-10added examples/benchmarks.hsAlberto Ruiz
2008-06-10Unpack Matrix type, and add -funsafe flagDon Stewart
-funsafe optionally compiles out the bounds checks on indexing matrices and vectors. Yields good speedups on tight loops. Not enabled by default.
2008-06-06safe wrappers and examples/parallel.hsAlberto Ruiz
2008-06-01added updateMatrixAlberto Ruiz
2008-01-22CInt in all importsAlberto Ruiz
2008-01-21IO CInt resultsAlberto Ruiz
2007-11-30hide internal modulesAlberto Ruiz
2007-11-23removed many -Wall warningsAlberto Ruiz
2007-11-22app1, app2, ...Alberto Ruiz
2007-11-12withMatrixAlberto Ruiz