Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-27 | fix link to examples | Alberto Ruiz | |
2014-06-25 | remove warnings and thanks | Alberto Ruiz | |
2014-06-25 | Merge pull request #78 from dlax/split-tests | Alberto Ruiz | |
Split out GSL tests from base ones | |||
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-22 | Merge pull request #77 from dlax/fix-bsd-license | Alberto Ruiz | |
Replace template by actual authors in LICENSE files | |||
2014-06-21 | Replace template by actual authors in LICENSE files | Denis Laxalde | |
2014-06-20 | description of interface | Alberto Ruiz | |
2014-06-20 | fix readme | Alberto Ruiz | |
2014-06-20 | fix readme | 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 | readme | Alberto Ruiz | |
2014-06-13 | move modules (II) | Alberto Ruiz | |
2014-06-13 | move modules (I) | Alberto Ruiz | |
2014-06-13 | update install info | 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 | |
2014-06-10 | sortVector | Alberto Ruiz | |
2014-06-10 | Domain class | Alberto Ruiz | |
2014-06-10 | module and function names | Alberto Ruiz | |
2014-06-07 | changelog | Alberto Ruiz | |
2014-06-07 | refactoring static | Alberto Ruiz | |
2014-06-07 | improved orth and nullspace | Alberto Ruiz | |
2014-06-07 | documentation | Alberto Ruiz | |
2014-06-06 | safe split | Alberto Ruiz | |
2014-06-06 | norms | Alberto Ruiz | |
2014-06-05 | maybe variant of linearSolve | Alberto Ruiz | |
2014-06-05 | more instances | Alberto Ruiz | |
2014-06-04 | complex instances | Alberto Ruiz | |
2014-06-04 | operations with nonexpanded constant and diagonal matrices | Alberto Ruiz | |