Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-07-30 | reference for Kronecker tools | Alberto Ruiz | |
2012-06-15 | kronecker tools | Alberto Ruiz | |
2012-06-10 | convolution | Alberto Ruiz | |
2012-03-21 | fall back to old ode if v2 not available | Alberto Ruiz | |
2012-03-21 | windows install workaround and thanks | Alberto Ruiz | |
2012-03-19 | remove deprecated | Alberto Ruiz | |
2012-03-19 | orth | Alberto Ruiz | |
2012-03-19 | rename module to Util, some changes, add cross product and disp | Alberto Ruiz | |