summaryrefslogtreecommitdiff
path: root/lib/Data/Packed/Internal
AgeCommit message (Collapse)Author
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-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-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-09Use mallocPlainForeignPtrBytes if availableDon Stewart
As for bytestrings, use PlainForeignPtrs if supported, which have less overhead, as values are allocated on the Haskell heap without any wasted finalisers needed. Should mean less resources used if many small vectors are created.
2008-06-09Use unpacking and inlining to ensure Vector can be stored unlifted at runtimeDon Stewart
2008-06-06safe wrappers and examples/parallel.hsAlberto Ruiz
2008-06-03Data.Packed.ConvertAlberto Ruiz
2008-06-01added updateMatrixAlberto Ruiz
2008-06-01added updateVectorAlberto Ruiz
2008-02-17Get Storable instance for Complex from storable-complex.Jed Brown
2008-01-22CInt in all importsAlberto Ruiz
2008-01-22CInt in GSL argsAlberto 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
2007-11-12diagAux errorAlberto Ruiz
2007-11-12data structures simplificationAlberto Ruiz
2007-10-31Field->Element, GenMat->FieldAlberto Ruiz
2007-10-31-norm, +rcond, +kroneckerAlberto Ruiz
2007-10-29fixed terrible toList bugAlberto Ruiz
2007-10-24documentationAlberto Ruiz
2007-10-19some refactoringAlberto Ruiz
2007-10-15some windows supportAlberto Ruiz
2007-09-29LAPACK choleskyAlberto Ruiz
2007-09-28algorithms interface reorganizedAlberto Ruiz
2007-09-21algorithms refactoringAlberto Ruiz
2007-09-19minor changesAlberto Ruiz
2007-09-15code refactoringAlberto Ruiz
2007-09-15minor changesAlberto Ruiz
2007-09-14more refactoringAlberto Ruiz
2007-09-14code refactoringAlberto Ruiz
2007-09-12documentationAlberto Ruiz
2007-09-11allow setting off GSL default error handlerAlberto Ruiz
2007-09-11tensor lib moved to easyVision projectAlberto Ruiz
2007-09-10simplifiedAlberto Ruiz
2007-09-09simplified (but wrong)Alberto Ruiz
2007-09-08type classesAlberto Ruiz
2007-07-25tensor refactoringAlberto Ruiz