summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
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
2014-09-28bump version and thanksAlberto Ruiz
2014-09-27link gfortran on freebsdTom Nielsen
2014-09-24thanks and bump versionAlberto 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
linearSolve examples, install, changelog
2014-09-07fix diagRectR/C (eye), check zero cols in in gmat(fromList-matrix), and thanksAlberto Ruiz
2014-09-07fix documentation in glpk exampleAlberto Ruiz
2014-09-07fix min/maxIndex bug, add tests, thanksAlberto Ruiz
2014-07-12use pkgconfig-depends in hmatrix-gslAlberto Ruiz
2014-06-28add full GPL license files and link to examplesAlberto Ruiz
2014-06-25remove warnings and thanksAlberto Ruiz
2014-06-24Split out GSL tests from base onesDenis 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-21Replace template by actual authors in LICENSE filesDenis Laxalde
2014-06-20description of interfaceAlberto Ruiz
2014-06-20upper bound and readmeAlberto 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-16l1Solve and l1SolveGTAlberto Ruiz
2014-06-16replace (:=>:) by (:>=:) and fix documentation in hmatrix-glpkAlberto Ruiz
2014-06-13move modules (II)Alberto Ruiz
2014-06-13move modules (I)Alberto Ruiz
2014-06-13update dependencies and licensesAlberto Ruiz
2014-06-13fix missing conj in nullspaceAlberto Ruiz
introduced in the recent change, detected by quickcheck
2014-06-12changelog, readme, etc.Alberto Ruiz
2014-06-12withCompactSVD, static qr, mTm, unSymAlberto Ruiz
2014-06-12improved loadMatrixAlberto Ruiz
2014-06-12add L1 and LInf solversAlberto Ruiz
2014-06-11additional display functionsAlberto Ruiz
2014-06-11roundVectorAlberto Ruiz
2014-06-11admit empty cols in toBlocksAlberto Ruiz
2014-06-10minor fixesAlberto Ruiz
2014-06-10sortVectorAlberto Ruiz
2014-06-10Domain classAlberto Ruiz
2014-06-10module and function namesAlberto Ruiz
2014-06-07changelogAlberto Ruiz
2014-06-07refactoring staticAlberto Ruiz
2014-06-07improved orth and nullspaceAlberto Ruiz
2014-06-07documentationAlberto Ruiz
2014-06-06safe splitAlberto Ruiz