summaryrefslogtreecommitdiff
path: root/packages/tests/src/Numeric/LinearAlgebra/Tests.hs
AgeCommit message (Collapse)Author
2018-11-19Fix #282Maxim 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-13Fix geig for complex eigenvalues, add testsMaxim 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-10Make tests compileDominic Steinitz
2018-04-01Merge branch 'luntain-master'Dominic Steinitz
2018-04-01Implement CIDominic Steinitz
2017-12-25Workaround for GHC-8.4.xHiromi 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-22increase tolerance in triTestAlberto Ruiz
2017-03-21Add tridiagonal solver and tests for it and triagonal solver.Dominic Steinitz
2016-02-01some work (will probably undo this commit later)Sidharth Kapur
2015-10-29bump versions, fix tests, thanksAlberto Ruiz
2015-10-28Following through the change of type in meanCov to the test and to ↵Patrik Jansson
gaussianSamle. Not tested.
2015-09-01skip exactProp testAlberto Ruiz
2015-07-17QR typeAlberto Ruiz
2015-07-16Her, LU, LDL, Linear, AdditiveAlberto Ruiz
2015-07-11ldl factorizationAlberto Ruiz
2015-06-30subMatrix changed to non copying sliceAlberto Ruiz
2015-06-30support slice in multiplyAlberto Ruiz
2015-06-20NFData for Mod, alternative luPacked'' using gaxpyAlberto Ruiz
2015-06-19removed 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-17improved luSolve', testsAlberto Ruiz
2015-06-14minor changesAlberto Ruiz
2015-06-14benchmark luPacked'Alberto Ruiz
2015-06-08instances for Mod m Z and Mod m IAlberto Ruiz
2015-06-01generic gaussElim, modularTestAlberto Ruiz
2015-05-28test int funsAlberto Ruiz
2015-04-15remove UtilAlberto Ruiz
2015-04-15minor changesAlberto Ruiz
2015-04-10fix testsAlberto Ruiz
2015-01-08wip on testsAlberto Ruiz
2014-09-07fix min/maxIndex bug, add tests, 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-13move modules (II)Alberto Ruiz
2014-06-13update dependencies and licensesAlberto Ruiz
2014-06-10minor fixesAlberto Ruiz
2014-06-06normsAlberto Ruiz
2014-05-27static dimensions, cont.Alberto Ruiz
2014-05-24backward compatibilityAlberto Ruiz
2014-05-22sparse test, fix peps in rank testAlberto Ruiz
2014-05-21Numeric.LinearAlgebra.CompatAlberto Ruiz
2014-05-21update dependencies, move examples etcAlberto Ruiz
2014-05-14remove cdotAlberto Ruiz
2014-04-24tests updated to 0.16Alberto Ruiz
2014-04-24cdot 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-15kronecker toolsAlberto Ruiz
2012-06-10convolutionAlberto Ruiz
2012-03-13update ode test and bump versionsAlberto Ruiz
2012-03-11mkVecBenchAlberto Ruiz
2011-12-14test suite configured for hmatrix-testsAlberto Ruiz
2011-12-14new package hmatrix-testsAlberto Ruiz