Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-10 | merge | Alberto Ruiz | |
2015-04-10 | merge recent | Alberto Ruiz | |
2015-04-09 | Merge branch 'master' into pru | Alberto Ruiz | |
2015-04-09 | update hmatrix-tests for ghc-7.10 | Alberto Ruiz | |
2015-04-09 | merge | Alberto Ruiz | |
2015-04-09 | merge recent changes | Alberto Ruiz | |
2015-03-31 | partial fix for examples/inplace.hs | Alberto Ruiz | |
2015-03-16 | bump versions and add thanks | Alberto Ruiz | |
2015-03-16 | Merge branch 'master' of github.com:albertoruiz/hmatrix | Alberto Ruiz | |
2015-03-11 | Merge pull request #119 from TomMD/master | Alberto Ruiz | |
In C99 int32_t is from stdint.h | |||
2015-03-11 | In C99 int32_t is from stdint.h | Thomas M. DuBuisson | |
A windows user was complaining about this issue on IRC today, so here's a patch. | |||
2015-03-01 | Merge pull request #118 from idontgetoutmuch/master | Alberto Ruiz | |
Add Cholesky to Static. | |||
2015-03-01 | Merge pull request #117 from z0rch/cannot_deduce_fractional_and_element_ghc711 | Alberto Ruiz | |
GHC 7.11: cannot deduce Fractional and Element instances | |||
2015-03-01 | Add Cholesky to Static. | Dominic Steinitz | |
2015-02-28 | GHC 7.11 cannot deduce Fractional and Element instances | Maxim Baz | |
2015-02-24 | Merge pull request #115 from piotrm0/exact | Alberto Ruiz | |
Exact (glp_exact) | |||
2015-02-24 | Merge pull request #114 from piotrm0/master | Alberto Ruiz | |
added handling of general sparse constraints | |||
2015-02-23 | the rest of the files for glp_exact | Piotr Mardziel | |
2015-02-23 | added support for glp_exact | Piotr Mardziel | |
2015-02-22 | added handling of general sparse constraints | Piotr Mardziel | |
2015-01-27 | bump version and thanks | Alberto Ruiz | |
2015-01-27 | Merge pull request #110 from cartazio/patch-2 | Alberto Ruiz | |
fix hmatrix cabal file so it works correctly | |||
2015-01-26 | fix hmatrix cabal file so it works correctly | Carter Tazio Schonwald | |
currently the cabal file assumes unconditionally that openblas flag is true on random users, this fixes it and makes -fopenblas opt in. please make a bug fix release with this post haste! | |||
2015-01-14 | thanks | Alberto Ruiz | |
2015-01-14 | Merge pull request #107 from bgamari/master | Alberto Ruiz | |
GHC 7.10 fixes | |||
2015-01-13 | Implicit quantification will soon be an error | Ben Gamari | |
2015-01-13 | Chain: GHC 7.10 requires FlexibleInstances for inferred signatures | Ben Gamari | |
2015-01-12 | Merge pull request #106 from cje/fix-examples | Alberto Ruiz | |
Minor fixes for examples | |||
2015-01-12 | Minor fixes for examples | CJ East | |
2015-01-08 | wip on tests | Alberto Ruiz | |
2015-01-08 | update other pkgs to ghc-7.10 | Alberto Ruiz | |
2015-01-08 | update base to ghc-7.10 | Alberto Ruiz | |
2014-12-29 | remove redundant cpp-options, bump version, thanks | Alberto Ruiz | |
2014-12-29 | Merge pull request #101 from i-kiwamu/use-random | Alberto Ruiz | |
use random() instead of drand48_r | |||
2014-12-29 | add semicoron | Kiwamu Ishikura | |
add semicoron | |||
2014-12-29 | use __APPLE__ instead of OSX | Kiwamu Ishikura | |
use __APPLE__ for predefined os detection OSX. | |||
2014-12-29 | to set srandom for OSX | Kiwamu Ishikura | |
To set srandom to use seed for OS X | |||
2014-12-29 | merge master | Kiwamu Ishikura | |
2014-12-29 | add random | Kiwamu Ishikura | |
to add srandom to set seed | |||
2014-12-21 | temporary non thread safe randomVector workaround for OSX | Alberto Ruiz | |
2014-12-14 | bump version and thanks | Alberto Ruiz | |
2014-12-14 | change drand48_r to random_r | Alberto Ruiz | |
2014-12-13 | use random() instead of drand48_r | Kiwamu Ishikura | |
drand48_r cannot be used in OS X, and also it uses linear congruential generators. | |||
2014-12-01 | changelog and bump version | Alberto Ruiz | |
2014-12-01 | remove static state in gaussrand | Alberto Ruiz | |
2014-12-01 | (|||), (===), rowOuters | Alberto Ruiz | |
2014-12-01 | change rand() to drand48_r | Alberto Ruiz | |
(I have tried also random_r but got segfaults on exit) (?) | |||
2014-11-23 | Merge pull request #96 from jshahbazi/patch-1 | Alberto Ruiz | |
Add openblas flag and if/else for extra-libraries | |||
2014-11-15 | Add openblas flag and if/else for extra-libraries | John Shahbazian | |
Adds the openblas flag and the changes to support the libraries. Both blas and lapack are in there, so if its used, then those two shouldn't be included. I have openblas installed in /usr/lib/openblas per recommendation by the developers. | |||
2014-10-31 | add flag onlygsl | Alberto Ruiz | |