Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-10 | Make tests compile | Dominic Steinitz | |
2018-04-01 | Merge branch 'luntain-master' | Dominic Steinitz | |
2018-04-01 | Implement CI | Dominic Steinitz | |
2017-12-25 | Workaround for GHC-8.4.x | Hiromi ISHII | |
* Adds missing Semigroup instances * Adds `semigroups` to the deps of `hmatrix` * Hides conflicting names from import list with base >= 4.11 * `(Prelude.<>)` and `GHC.TypeNats.Mod` | |||
2017-03-22 | increase tolerance in triTest | Alberto Ruiz | |
2017-03-21 | Add tridiagonal solver and tests for it and triagonal solver. | Dominic Steinitz | |
2016-03-13 | Small change to test code | Sidharth Kapur | |
2016-03-13 | Simplify test code | Sidharth Kapur | |
2016-02-01 | some work (will probably undo this commit later) | Sidharth Kapur | |
2015-10-29 | bump versions, fix tests, thanks | Alberto Ruiz | |
2015-10-28 | Following through the change of type in meanCov to the test and to ↵ | Patrik Jansson | |
gaussianSamle. Not tested. | |||
2015-09-01 | skip exactProp test | Alberto Ruiz | |
2015-07-22 | Add a unit test for the GSL simulated annealing module | Matthew Peddie | |
2015-07-22 | Add unit tests for GSL interpolation module | Matthew Peddie | |
2015-07-21 | change names: Herm, unSym, mTm, and rnf instances | Alberto Ruiz | |
2015-07-17 | QR type | Alberto Ruiz | |
2015-07-16 | Her, LU, LDL, Linear, Additive | Alberto Ruiz | |
2015-07-11 | ldl factorization | Alberto Ruiz | |
2015-06-30 | subMatrix changed to non copying slice | Alberto Ruiz | |
2015-06-30 | support slice in multiply | Alberto Ruiz | |
2015-06-20 | NFData for Mod, alternative luPacked'' using gaxpy | Alberto Ruiz | |
2015-06-19 | removed the annoying appN adapter for the foreign functions. | Alberto Ruiz | |
replaced by several overloaded app variants in the style of the module Internal.Foreign contributed by Mike Ledger. | |||
2015-06-17 | improved luSolve', tests | Alberto Ruiz | |
2015-06-14 | minor changes | Alberto Ruiz | |
2015-06-14 | benchmark luPacked' | Alberto Ruiz | |
2015-06-08 | instances for Mod m Z and Mod m I | Alberto Ruiz | |
2015-06-01 | generic gaussElim, modularTest | Alberto Ruiz | |
2015-05-28 | test int funs | Alberto Ruiz | |
2015-04-15 | remove Util | Alberto Ruiz | |
2015-04-15 | simplify tests | Alberto Ruiz | |
2015-04-15 | minor changes | Alberto Ruiz | |
2015-04-10 | fix tests | Alberto Ruiz | |
2015-01-08 | wip on tests | Alberto Ruiz | |
2014-09-07 | fix min/maxIndex bug, add tests, thanks | 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-13 | move modules (II) | Alberto Ruiz | |
2014-06-13 | update dependencies and licenses | Alberto Ruiz | |
2014-06-10 | minor fixes | Alberto Ruiz | |
2014-06-06 | norms | Alberto Ruiz | |
2014-05-27 | static dimensions, cont. | Alberto Ruiz | |
2014-05-24 | backward compatibility | Alberto Ruiz | |
2014-05-23 | relativeError, cgSolve' | Alberto Ruiz | |
2014-05-22 | remove compat | Alberto Ruiz | |
2014-05-22 | sparse test, fix peps in rank test | Alberto Ruiz | |
2014-05-21 | Numeric.LinearAlgebra.Compat | Alberto Ruiz | |
2014-05-21 | update dependencies, move examples etc | Alberto Ruiz | |
2014-05-14 | remove cdot | Alberto Ruiz | |
2014-04-25 | (<>) and (·) | Alberto Ruiz | |
use <> for general contraction, remove ×, use Alt Gr . for cdot | |||
2014-04-24 | tests updated to 0.16 | Alberto Ruiz | |