summaryrefslogtreecommitdiff
path: root/packages/base
AgeCommit message (Collapse)Author
2015-05-22export extractorAlberto Ruiz
2015-05-22conj to SContainer, tr on CIntAlberto Ruiz
2015-05-22extraction modesAlberto Ruiz
2015-05-22initial CInt SContainerAlberto Ruiz
2015-05-21SContainerAlberto Ruiz
2015-05-21CInt elements, wipAlberto Ruiz
2015-05-19thanksAlberto Ruiz
2015-05-19Merge branch 'master' into developAlberto Ruiz
2015-05-19solve uninstallablity in FreeBSD, a better urandom()maxc01
2015-05-05arch flags for msse2Alberto Ruiz
2015-04-27changelogsAlberto Ruiz
2015-04-15remove UtilAlberto Ruiz
2015-04-15add unitary and pairwiseD2Alberto Ruiz
2015-04-15add operator <# (vector x matrix)Alberto Ruiz
2015-04-10conj trans in right singular vectors fo complex matrices, adapt pinvTol and ↵Alberto Ruiz
nullspaceSVD
2015-04-10added module HMatrix.Util Alberto Ruiz
2015-04-10merge recentAlberto Ruiz
2015-03-16bump versions and add thanksAlberto Ruiz
2015-03-16Merge branch 'master' of github.com:albertoruiz/hmatrixAlberto Ruiz
2015-03-11In C99 int32_t is from stdint.hThomas M. DuBuisson
A windows user was complaining about this issue on IRC today, so here's a patch.
2015-03-01Merge pull request #118 from idontgetoutmuch/masterAlberto Ruiz
Add Cholesky to Static.
2015-03-01Add Cholesky to Static.Dominic Steinitz
2015-02-28GHC 7.11 cannot deduce Fractional and Element instancesMaxim Baz
2015-01-27bump version and thanksAlberto Ruiz
2015-01-26fix hmatrix cabal file so it works correctlyCarter 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-14thanksAlberto Ruiz
2015-01-14Merge pull request #107 from bgamari/masterAlberto Ruiz
GHC 7.10 fixes
2015-01-13Implicit quantification will soon be an errorBen Gamari
2015-01-13Chain: GHC 7.10 requires FlexibleInstances for inferred signaturesBen Gamari
2015-01-08update base to ghc-7.10Alberto Ruiz
2014-12-29remove redundant cpp-options, bump version, thanksAlberto Ruiz
2014-12-29add semicoronKiwamu Ishikura
add semicoron
2014-12-29use __APPLE__ instead of OSXKiwamu Ishikura
use __APPLE__ for predefined os detection OSX.
2014-12-29to set srandom for OSXKiwamu Ishikura
To set srandom to use seed for OS X
2014-12-29merge masterKiwamu Ishikura
2014-12-29add randomKiwamu Ishikura
to add srandom to set seed
2014-12-21temporary non thread safe randomVector workaround for OSXAlberto Ruiz
2014-12-14bump version and thanksAlberto Ruiz
2014-12-14change drand48_r to random_rAlberto Ruiz
2014-12-13use random() instead of drand48_rKiwamu Ishikura
drand48_r cannot be used in OS X, and also it uses linear congruential generators.
2014-12-01changelog and bump versionAlberto Ruiz
2014-12-01remove static state in gaussrandAlberto Ruiz
2014-12-01(|||), (===), rowOutersAlberto Ruiz
2014-12-01change rand() to drand48_rAlberto Ruiz
(I have tried also random_r but got segfaults on exit) (?)
2014-11-15Add openblas flag and if/else for extra-librariesJohn 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-31doc typo (thanks suzumiyasmith)Alberto Ruiz
2014-10-13Merge branch 'develop' of github.com:albertoruiz/hmatrix into developAlberto Ruiz
2014-10-13thanksAlberto Ruiz
2014-10-12Simplify the vectore reversion in converdeszt
2014-09-28haddock example of matFunc sqrtAlberto Ruiz