Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-19 | Fix #282 | Maxim Koltsov | |
LAPACK routine dgttrf mutates its inputs per documentation. To prevent user-visible breakage input vectors must be copied before sending them to LAPACK. | |||
2018-11-13 | Fix geig for complex eigenvalues, add tests | Maxim Koltsov | |
eigG was incorrectly returning eigenvectors corresponding to complex eigenvalues. This was discovered with tests for geig, which are also added to the repo. | |||
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-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-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 | 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-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-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-24 | tests updated to 0.16 | Alberto Ruiz | |
2014-04-24 | cdot and (×) | Alberto Ruiz | |
added cdot dot renamed to udot <.> changed to cdot and moved to Numeric.LinearAlgebra.Util new general contraction operator (×) Plot functions moved to Numeric.LinearAlgebra.Util | |||
2012-06-15 | kronecker tools | Alberto Ruiz | |
2012-06-10 | convolution | Alberto Ruiz | |
2012-03-13 | update ode test and bump versions | Alberto Ruiz | |
2012-03-11 | mkVecBench | Alberto Ruiz | |
2011-12-14 | test suite configured for hmatrix-tests | Alberto Ruiz | |
2011-12-14 | new package hmatrix-tests | Alberto Ruiz | |