Age | Commit message (Expand) | Author |
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 | Merge branch 'master' into develop | Alberto Ruiz |
2015-05-19 | solve uninstallablity in FreeBSD, a better urandom() | maxc01 |
2015-04-15 | remove Util | Alberto Ruiz |
2015-04-15 | add unitary and pairwiseD2 | Alberto Ruiz |
2015-04-15 | add operator <# (vector x matrix) | Alberto Ruiz |
2015-04-10 | conj trans in right singular vectors fo complex matrices, adapt pinvTol and n... | Alberto Ruiz |
2015-04-10 | added module HMatrix.Util | Alberto Ruiz |
2015-04-10 | merge recent | Alberto Ruiz |
2015-03-11 | In C99 int32_t is from stdint.h | Thomas M. DuBuisson |
2015-03-01 | Merge pull request #118 from idontgetoutmuch/master | Alberto Ruiz |
2015-03-01 | Add Cholesky to Static. | Dominic Steinitz |
2015-02-28 | GHC 7.11 cannot deduce Fractional and Element instances | Maxim Baz |
2015-01-14 | Merge pull request #107 from bgamari/master | Alberto Ruiz |
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-08 | update base to ghc-7.10 | Alberto Ruiz |
2014-12-29 | add semicoron | Kiwamu Ishikura |
2014-12-29 | use __APPLE__ instead of OSX | Kiwamu Ishikura |
2014-12-29 | to set srandom for OSX | Kiwamu Ishikura |
2014-12-29 | merge master | Kiwamu Ishikura |
2014-12-29 | add random | Kiwamu Ishikura |
2014-12-21 | temporary non thread safe randomVector workaround for OSX | Alberto Ruiz |
2014-12-14 | change drand48_r to random_r | Alberto Ruiz |
2014-12-13 | use random() instead of drand48_r | Kiwamu Ishikura |
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 |
2014-10-31 | doc typo (thanks suzumiyasmith) | Alberto Ruiz |
2014-10-12 | Simplify the vectore reversion in conv | erdeszt |
2014-09-28 | haddock example of matFunc sqrt | Alberto Ruiz |
2014-09-23 | Fix asRow and asColumn on empty vectors | Alex Lang |
2014-09-21 | Make docs of generic `instance Element Foo` more prominent | Niklas Hambüchen |
2014-09-08 | documentation, thanks | Alberto Ruiz |
2014-09-07 | fix diagRectR/C (eye), check zero cols in in gmat(fromList-matrix), and thanks | Alberto Ruiz |
2014-09-07 | fix min/maxIndex bug, add tests, thanks | Alberto Ruiz |
2014-06-20 | documentation | Alberto Ruiz |
2014-06-20 | dot, mul, app | Alberto Ruiz |
2014-06-20 | don't compute eigenvectors in eigOnlyH! | Alberto Ruiz |
2014-06-18 | to/from ByteString | Alberto Ruiz |
2014-06-17 | size and create | Alberto Ruiz |
2014-06-16 | Floating instances | Alberto Ruiz |
2014-06-16 | conditional compilation of static interface | Alberto Ruiz |
2014-06-13 | move modules (II) | Alberto Ruiz |
2014-06-13 | move modules (I) | Alberto Ruiz |
2014-06-13 | fix missing conj in nullspace | Alberto Ruiz |
2014-06-12 | withCompactSVD, static qr, mTm, unSym | Alberto Ruiz |
2014-06-12 | improved loadMatrix | Alberto Ruiz |