Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-29 | add random | Kiwamu Ishikura | |
to add srandom to set seed | |||
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-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 | |
2014-10-31 | doc typo (thanks suzumiyasmith) | Alberto Ruiz | |
2014-10-13 | Merge branch 'develop' of github.com:albertoruiz/hmatrix into develop | Alberto Ruiz | |
2014-10-13 | thanks | Alberto Ruiz | |
2014-10-12 | Simplify the vectore reversion in conv | erdeszt | |
2014-09-28 | haddock example of matFunc sqrt | Alberto Ruiz | |
2014-09-28 | bump version and thanks | Alberto Ruiz | |
2014-09-27 | link gfortran on freebsd | Tom Nielsen | |
2014-09-24 | thanks and bump version | 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 | |
linearSolve examples, install, changelog | |||
2014-09-07 | fix diagRectR/C (eye), check zero cols in in gmat(fromList-matrix), and thanks | Alberto Ruiz | |
2014-09-07 | fix documentation in glpk example | Alberto Ruiz | |
2014-09-07 | fix min/maxIndex bug, add tests, thanks | Alberto Ruiz | |
2014-07-12 | use pkgconfig-depends in hmatrix-gsl | Alberto Ruiz | |
2014-06-28 | add full GPL license files and link to examples | Alberto Ruiz | |
2014-06-25 | remove warnings and thanks | Alberto Ruiz | |
2014-06-24 | Split out GSL tests from base ones | Denis Laxalde | |
Move GSL tests into Numeric.GSL.Tests, separate the main into TestBase.hs and TestGSL.hs. In hmatrix-tests.cabal: - Split the test suite into a -base and -gsl ones - Add a `gsl` configuration flag to select GSL tests - Add a benchmark section One can now run hmatrix-base tests suite and benchmarks with: cabal configure --flag=-gsl --enable-tests --enable-benchmarks cabal tests cabal bench | |||
2014-06-21 | Replace template by actual authors in LICENSE files | Denis Laxalde | |
2014-06-20 | description of interface | Alberto Ruiz | |
2014-06-20 | upper bound and readme | 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-16 | l1Solve and l1SolveGT | Alberto Ruiz | |
2014-06-16 | replace (:=>:) by (:>=:) and fix documentation in hmatrix-glpk | Alberto Ruiz | |
2014-06-13 | move modules (II) | Alberto Ruiz | |
2014-06-13 | move modules (I) | Alberto Ruiz | |
2014-06-13 | update dependencies and licenses | Alberto Ruiz | |
2014-06-13 | fix missing conj in nullspace | Alberto Ruiz | |
introduced in the recent change, detected by quickcheck | |||
2014-06-12 | changelog, readme, etc. | Alberto Ruiz | |
2014-06-12 | withCompactSVD, static qr, mTm, unSym | Alberto Ruiz | |
2014-06-12 | improved loadMatrix | Alberto Ruiz | |
2014-06-12 | add L1 and LInf solvers | Alberto Ruiz | |
2014-06-11 | additional display functions | Alberto Ruiz | |
2014-06-11 | roundVector | Alberto Ruiz | |
2014-06-11 | admit empty cols in toBlocks | Alberto Ruiz | |
2014-06-10 | minor fixes | Alberto Ruiz | |