Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-18 | saveMatrix | Alberto Ruiz | |
2009-06-17 | vector fread/fwrite, fscanf/fprinf | Alberto Ruiz | |
2009-06-04 | improved windows installation instructions | Alberto Ruiz | |
2009-05-18 | free fromFile filename | Alberto Ruiz | |
2009-05-16 | loadMatrix (based on wc) | Alberto Ruiz | |
2009-05-13 | added Development module | Alberto Ruiz | |
2009-04-27 | more defined (|>) and (><) as suggested by Tracy Wadleigh | Alberto Ruiz | |
2009-04-24 | More defined list-to-V/M operators: (|>|), (>|<). | Tracy Wadleigh | |
Provides analogs of the (|>) and (><) operators that first apply an appropriate 'take' to the given lists so that they may be safely used on lists that are too long (or infinite) -- a feature I find particularly useful from the interactive prompt. As these operators are more defined, I would ask the package maintainer to consider, rather than adding (|>|) and (>|<), just updating the definitions of (|>) and (><) with the new semantics. | |||
2009-04-17 | restored C trans and constant for comparison | Alberto Ruiz | |
2009-04-10 | finit not required for ghc >= 6.10.2 | Alberto Ruiz | |
2008-11-15 | zipVector | Alberto Ruiz | |
2008-11-14 | subMatrix reimplemented and removed auxi.c | Alberto Ruiz | |
2008-11-14 | conj using mapVector | Alberto Ruiz | |
2008-11-14 | constantD | Alberto Ruiz | |
2008-11-11 | fix transdata | Alberto Ruiz | |
2008-11-08 | replaced transdata | Alberto Ruiz | |
2008-11-05 | improved constant | Alberto Ruiz | |
2008-11-05 | improved diagRect | Alberto Ruiz | |
2008-11-05 | diag using ST | Alberto Ruiz | |
2008-10-23 | NaN problem solved with asm(finit) | Alberto Ruiz | |
2008-10-22 | -Wall | Alberto Ruiz | |
2008-10-02 | alternative multiply versions | Alberto Ruiz | |
2008-06-19 | ST bug fixed with NOINLINE newVector/Matrix | Alberto Ruiz | |
2008-06-10 | added examples/benchmarks.hs | Alberto Ruiz | |
2008-06-10 | Unpack Matrix type, and add -funsafe flag | Don 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-09 | Use mallocPlainForeignPtrBytes if available | Don 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-09 | Use unpacking and inlining to ensure Vector can be stored unlifted at runtime | Don Stewart | |
2008-06-06 | range checking and other additions to the mutable interface | Alberto Ruiz | |
2008-06-06 | safe wrappers and examples/parallel.hs | Alberto Ruiz | |
2008-06-05 | really add Data.Packed.ST.hs | Alberto Ruiz | |
2008-06-05 | remove updateVector and updateMatrix | Alberto Ruiz | |
2008-06-05 | first version of Data.Packed.ST | Alberto Ruiz | |
2008-06-03 | Data.Packed.Convert | Alberto Ruiz | |
2008-06-01 | added updateMatrix | Alberto Ruiz | |
2008-06-01 | added updateVector | Alberto Ruiz | |
2008-02-17 | Get Storable instance for Complex from storable-complex. | Jed Brown | |
2008-01-22 | CInt in all imports | Alberto Ruiz | |
2008-01-22 | CInt in GSL args | Alberto Ruiz | |
2008-01-21 | IO CInt results | Alberto Ruiz | |
2007-11-30 | hide internal modules | Alberto Ruiz | |
2007-11-23 | removed many -Wall warnings | Alberto Ruiz | |
2007-11-22 | app1, app2, ... | Alberto Ruiz | |
2007-11-12 | withMatrix | Alberto Ruiz | |
2007-11-12 | diagAux error | Alberto Ruiz | |
2007-11-12 | data structures simplification | Alberto Ruiz | |
2007-10-31 | Field->Element, GenMat->Field | Alberto Ruiz | |
2007-10-31 | -norm, +rcond, +kronecker | Alberto Ruiz | |
2007-10-29 | fixed terrible toList bug | Alberto Ruiz | |
2007-10-24 | documentation | Alberto Ruiz | |
2007-10-23 | removed conjTrans | Alberto Ruiz | |