Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-05 | bump version and thanks | Alberto Ruiz | |
2014-01-30 | Merge pull request #60 from aavogt/master | Alberto Ruiz | |
small changes for compatibility with newer (to-be released) ghcs | |||
2014-01-30 | build with ghc-7.7 | Adam Vogt | |
this is probably the wrong approach and likely it breaks code that mentions the BoundsOf/ContainerOf | |||
2014-01-30 | rename variables so Prelude.join will not cause problems | Adam Vogt | |
* background: http://www.haskell.org/haskellwiki/Functor-Applicative-Monad_Proposal#Current_stage:_Prepare_GHC * the change happens in ghc-7.10, and these changes fix warnings with 7.8 | |||
2013-12-24 | Merge pull request #56 from s9gf4ult/master | Alberto Ruiz | |
reimport Vector.fromList instead of own implementation | |||
2013-12-22 | reimport Vector.fromList instead own implementation | segfault | |
2013-11-15 | move changes.md to CHANGELOG | Alberto Ruiz | |
2013-11-15 | changes, thanks | Alberto Ruiz | |
2013-11-15 | Field t constraints, general pinvTol, and pinv = pinvTol 1 | Alberto Ruiz | |
2013-10-15 | Merge pull request #52 from neverpanic/patch-1 | Alberto Ruiz | |
INSTALL.md: Update MacPorts instructions | |||
2013-10-15 | INSTALL.md: Update MacPorts instructions | Clemens Lang | |
The MacPorts port gsl-devel is older than the gsl port and both provide the same files. See http://stackoverflow.com/questions/19372410/trouble-installing-gsl-using-macports. | |||
2013-08-20 | thanks, changes, bump version | Alberto Ruiz | |
2013-08-20 | Merge pull request #50 from peddie/master | Alberto Ruiz | |
Add bindings for gsl_integrate_cquad doubly-adaptive quadrature for difficult integrands | |||
2013-08-20 | Merge pull request #48 from kuribas/master | Alberto Ruiz | |
Added onedimensional minimization. | |||
2013-08-20 | Merge pull request #47 from bgamari/master | Alberto Ruiz | |
Export matrixFromVector from Data.Packed.Development | |||
2013-08-19 | Add bindings for gsl_integrate_cquad doubly-adaptive quadrature for ↵ | Matthew Peddie | |
difficult integrands. | |||
2013-08-16 | Added onedimensional minimization. | Kristof Bastiaensen | |
2013-08-15 | Merge remote-tracking branch 'origin/master' | Ben Gamari | |
2013-08-15 | Data.Packed.Development: Export matrixFromVector | Ben Gamari | |
2013-08-15 | fixed bus error in 64-bit interpreted mode | Alberto Ruiz | |
2013-07-05 | minor changes | Alberto Ruiz | |
2013-07-04 | changes, thanks, integrate example | Alberto Ruiz | |
2013-07-04 | explicit imports in Util | Alberto Ruiz | |
2013-06-24 | Merge pull request #43 from mikeplus64/master | Alberto Ruiz | |
Add FFI helpers | |||
2013-06-24 | Revert "add CDouble/CFloat instances for Element" | Mike Ledger | |
This reverts commit d302e91710db7cccb32853cfd861b9f869eb4e31. | |||
2013-06-24 | explicit exports, fix argument order of appMatrixRaw | Mike Ledger | |
2013-06-24 | use an inline unsafePerformIO | Mike Ledger | |
2013-06-24 | add Data.Packed.Foreign | Mike Ledger | |
2013-06-24 | improve haddocks for flatten | Mike Ledger | |
2013-06-24 | FFI helpers | Mike Ledger | |
2013-06-24 | add CDouble/CFloat instances for Element | Mike Ledger | |
2013-05-22 | changes | Alberto Ruiz | |
2013-05-22 | operators for extraction of rows and columns, alternative concatenation | Alberto Ruiz | |
2013-05-21 | Util: pairwise2D, rowOuters, null1, null1sym | Alberto Ruiz | |
2013-05-21 | NFData (Matrix t) | Alberto Ruiz | |
2013-05-21 | diagBlock | Alberto Ruiz | |
2013-05-21 | size, unitary, mt | Alberto Ruiz | |
2013-05-21 | merge develop, fix conflicts | Alberto Ruiz | |
2013-05-21 | meanCov moved to Container | Alberto Ruiz | |
2013-05-21 | bump version | Alberto Ruiz | |
2013-05-10 | thanks | Alberto Ruiz | |
2013-05-07 | Merge pull request #39 from alang9/master | Alberto Ruiz | |
One-dimensional optimization methods | |||
2013-05-08 | Implement uniRootJ for one-dimensional root-finding with derivatives | Alex Lang | |
2013-05-08 | Implemented uniRoot for one-dimensional root-finding without derivatives | Alex Lang | |
2013-04-10 | Merge pull request #37 from takano-akio/gsl-segfaults | Alberto Ruiz | |
GSL minimization functions segault | |||
2013-04-11 | Fix off-by-one errors in gsl-aux.c | Takano Akio | |
The errors used to cause segfaults. | |||
2013-03-19 | Merge pull request #35 from bgamari/master | Alberto Ruiz | |
A few fixes | |||
2013-03-17 | Matrix: Whitespace cleanup | Ben Gamari | |
2013-03-17 | Matrix: Implement mapMatrixWithIndex independently | Ben Gamari | |
Previously this was piggybacking off of mapMatrixWithIndexM which would overflow the stack with large input | |||
2013-03-17 | Data.Packed.Matrix: mapMatrix* should pass indices as Ints | Ben Gamari | |