Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | safe wrappers and examples/parallel.hs | 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-19 | some refactoring | Alberto Ruiz | |
2007-10-15 | some windows support | Alberto Ruiz | |
2007-09-29 | LAPACK cholesky | Alberto Ruiz | |
2007-09-28 | algorithms interface reorganized | Alberto Ruiz | |
2007-09-21 | algorithms refactoring | Alberto Ruiz | |
2007-09-19 | minor changes | Alberto Ruiz | |
2007-09-15 | code refactoring | Alberto Ruiz | |
2007-09-15 | minor changes | Alberto Ruiz | |
2007-09-14 | more refactoring | Alberto Ruiz | |
2007-09-14 | code refactoring | Alberto Ruiz | |
2007-09-12 | documentation | Alberto Ruiz | |
2007-09-11 | allow setting off GSL default error handler | Alberto Ruiz | |
2007-09-11 | tensor lib moved to easyVision project | Alberto Ruiz | |
2007-09-10 | simplified | Alberto Ruiz | |
2007-09-09 | simplified (but wrong) | Alberto Ruiz | |
2007-09-08 | type classes | Alberto Ruiz | |
2007-07-25 | tensor refactoring | Alberto Ruiz | |
2007-06-29 | more work on tensors | Alberto Ruiz | |
2007-06-29 | tensor refactoring | Alberto Ruiz | |
2007-06-26 | tensor refactorization | Alberto Ruiz | |
2007-06-26 | passed easyVision tests | Alberto Ruiz | |
2007-06-25 | old tests passed | Alberto Ruiz | |
2007-06-25 | l.a. algorithms, etc. | Alberto Ruiz | |
2007-06-23 | more refactoring | Alberto Ruiz | |
2007-06-22 | refactoring | Alberto Ruiz | |
2007-06-22 | reverting to the old signatures for aux C functions | Alberto Ruiz | |
2007-06-21 | working with tensors | Alberto Ruiz | |
2007-06-16 | Fourier, minimization, polySolve | Alberto Ruiz | |