summaryrefslogtreecommitdiff
path: root/lib/Data/Packed
AgeCommit message (Expand)Author
2010-02-07added odeSolveAlberto Ruiz
2010-02-03dispcf, latexFormatAlberto Ruiz
2010-02-02table, splitEveryAlberto Ruiz
2010-02-01export liftMatrix2AutoAlberto Ruiz
2010-02-01internal idim irows icolsAlberto Ruiz
2010-01-20block utestAlberto Ruiz
2010-01-20more defined fromRows/fromColumns/fromBlocksAlberto Ruiz
2010-01-18deprecate .* and */Alberto Ruiz
2010-01-18scalar moved to Linear and equal used for ==Alberto Ruiz
2010-01-16vecdisp, scalar, docsAlberto Ruiz
2010-01-14dispf, dispsAlberto Ruiz
2009-12-22fix ghc-6.12 warningsAlberto Ruiz
2009-12-10Add functions buildVector and buildMatrix.Erik de Castro Lopo
2009-11-15uniformSampleAlberto Ruiz
2009-11-14added module Random.hsAlberto Ruiz
2009-11-14randomVectorAlberto 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-06-04improved windows installation instructionsAlberto Ruiz
2009-05-18free fromFile filenameAlberto Ruiz
2009-05-16loadMatrix (based on wc)Alberto Ruiz
2009-05-13added Development moduleAlberto Ruiz
2009-04-27more defined (|>) and (><) as suggested by Tracy WadleighAlberto Ruiz
2009-04-24More defined list-to-V/M operators: (|>|), (>|<).Tracy Wadleigh
2009-04-17restored C trans and constant for comparisonAlberto Ruiz
2009-04-10finit not required for ghc >= 6.10.2Alberto Ruiz
2008-11-15zipVectorAlberto 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-05improved diagRectAlberto Ruiz
2008-11-05diag using STAlberto Ruiz
2008-10-23NaN problem solved with asm(finit)Alberto Ruiz
2008-10-22-WallAlberto Ruiz
2008-10-02alternative multiply versionsAlberto Ruiz
2008-06-19ST bug fixed with NOINLINE newVector/MatrixAlberto Ruiz
2008-06-10added examples/benchmarks.hsAlberto Ruiz
2008-06-10Unpack Matrix type, and add -funsafe flagDon Stewart
2008-06-09Use mallocPlainForeignPtrBytes if availableDon Stewart
2008-06-09Use unpacking and inlining to ensure Vector can be stored unlifted at runtimeDon Stewart
2008-06-06range checking and other additions to the mutable interfaceAlberto Ruiz
2008-06-06safe wrappers and examples/parallel.hsAlberto Ruiz
2008-06-05really add Data.Packed.ST.hsAlberto Ruiz
2008-06-05remove updateVector and updateMatrixAlberto Ruiz
2008-06-05first version of Data.Packed.STAlberto Ruiz