summaryrefslogtreecommitdiff
path: root/packages/base/src
AgeCommit message (Expand)Author
2015-05-21SContainerAlberto Ruiz
2015-05-21CInt elements, wipAlberto Ruiz
2015-05-19Merge branch 'master' into developAlberto Ruiz
2015-05-19solve uninstallablity in FreeBSD, a better urandom()maxc01
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 n...Alberto Ruiz
2015-04-10added module HMatrix.Util Alberto Ruiz
2015-04-10merge recentAlberto Ruiz
2015-03-11In C99 int32_t is from stdint.hThomas M. DuBuisson
2015-03-01Merge pull request #118 from idontgetoutmuch/masterAlberto Ruiz
2015-03-01Add Cholesky to Static.Dominic Steinitz
2015-02-28GHC 7.11 cannot deduce Fractional and Element instancesMaxim Baz
2015-01-14Merge pull request #107 from bgamari/masterAlberto Ruiz
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-29add semicoronKiwamu Ishikura
2014-12-29use __APPLE__ instead of OSXKiwamu Ishikura
2014-12-29to set srandom for OSXKiwamu Ishikura
2014-12-29merge masterKiwamu Ishikura
2014-12-29add randomKiwamu Ishikura
2014-12-21temporary non thread safe randomVector workaround for OSXAlberto Ruiz
2014-12-14change drand48_r to random_rAlberto Ruiz
2014-12-13use random() instead of drand48_rKiwamu Ishikura
2014-12-01remove static state in gaussrandAlberto Ruiz
2014-12-01(|||), (===), rowOutersAlberto Ruiz
2014-12-01change rand() to drand48_rAlberto Ruiz
2014-10-31doc typo (thanks suzumiyasmith)Alberto Ruiz
2014-10-12Simplify the vectore reversion in converdeszt
2014-09-28haddock example of matFunc sqrtAlberto Ruiz
2014-09-23Fix asRow and asColumn on empty vectorsAlex Lang
2014-09-21Make docs of generic `instance Element Foo` more prominentNiklas Hambüchen
2014-09-08documentation, thanksAlberto Ruiz
2014-09-07fix diagRectR/C (eye), check zero cols in in gmat(fromList-matrix), and thanksAlberto Ruiz
2014-09-07fix min/maxIndex bug, add tests, thanksAlberto Ruiz
2014-06-20documentationAlberto Ruiz
2014-06-20dot, mul, appAlberto Ruiz
2014-06-20don't compute eigenvectors in eigOnlyH!Alberto Ruiz
2014-06-18to/from ByteStringAlberto Ruiz
2014-06-17size and createAlberto Ruiz
2014-06-16Floating instancesAlberto Ruiz
2014-06-16conditional compilation of static interfaceAlberto Ruiz
2014-06-13move modules (II)Alberto Ruiz
2014-06-13move modules (I)Alberto Ruiz
2014-06-13fix missing conj in nullspaceAlberto Ruiz
2014-06-12withCompactSVD, static qr, mTm, unSymAlberto Ruiz
2014-06-12improved loadMatrixAlberto Ruiz
2014-06-11additional display functionsAlberto Ruiz