Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-23 | join SContainer and Container using Fractional contexts | Alberto Ruiz | |
2015-05-23 | multiplyI | Alberto Ruiz | |
2015-05-22 | changelog | Alberto Ruiz | |
2015-05-22 | export extractor | Alberto Ruiz | |
2015-05-22 | conj to SContainer, tr on CInt | Alberto Ruiz | |
2015-05-22 | extraction modes | Alberto Ruiz | |
2015-05-22 | initial CInt SContainer | Alberto Ruiz | |
2015-05-21 | SContainer | Alberto Ruiz | |
2015-05-21 | CInt elements, wip | Alberto Ruiz | |
2015-05-19 | thanks | Alberto Ruiz | |
2015-05-19 | Merge branch 'master' into develop | Alberto Ruiz | |
2015-05-19 | Merge pull request #124 from maxc01/master | Alberto Ruiz | |
solve uninstallablity in FreeBSD, a better urandom() | |||
2015-05-19 | solve uninstallablity in FreeBSD, a better urandom() | maxc01 | |
2015-05-05 | arch flags for msse2 | Alberto Ruiz | |
2015-05-05 | updated Interpolation imports | Alberto Ruiz | |
2015-04-27 | Merge branch 'master' into develop | Alberto Ruiz | |
2015-04-27 | changelogs | Alberto Ruiz | |
2015-04-27 | Merge pull request #122 from peddie/master | Alberto Ruiz | |
Add a new module containing the GSL interpolation interface | |||
2015-04-26 | Add a new module containing the GSL interpolation interface | Matthew Peddie | |
2015-04-15 | remove Util | Alberto Ruiz | |
2015-04-15 | simplify tests | Alberto Ruiz | |
2015-04-15 | add unitary and pairwiseD2 | Alberto Ruiz | |
2015-04-15 | add operator <# (vector x matrix) | Alberto Ruiz | |
2015-04-15 | minor changes | Alberto Ruiz | |
2015-04-10 | fix tests | Alberto Ruiz | |
2015-04-10 | conj trans in right singular vectors fo complex matrices, adapt pinvTol and ↵ | Alberto Ruiz | |
nullspaceSVD | |||
2015-04-10 | added module HMatrix.Util | Alberto Ruiz | |
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! |