summaryrefslogtreecommitdiff
path: root/packages/tests/src/Numeric/LinearAlgebra/Tests/Instances.hs
AgeCommit message (Collapse)Author
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-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`
2016-03-13Small change to test codeSidharth Kapur
2016-03-13Simplify test codeSidharth Kapur
2016-02-01some work (will probably undo this commit later)Sidharth Kapur
2015-07-21change names: Herm, unSym, mTm, and rnf instancesAlberto Ruiz
2015-07-16Her, LU, LDL, Linear, AdditiveAlberto Ruiz
2015-07-11ldl factorizationAlberto Ruiz
2015-04-15simplify testsAlberto Ruiz
2015-01-08wip on testsAlberto Ruiz
2014-06-13update dependencies and licensesAlberto Ruiz
2014-05-24backward compatibilityAlberto Ruiz
2014-05-22sparse test, fix peps in rank testAlberto Ruiz
2014-05-21update dependencies, move examples etcAlberto Ruiz
2014-04-25(<>) and (·)Alberto Ruiz
use <> for general contraction, remove ×, use Alt Gr . for cdot
2011-12-14new package hmatrix-testsAlberto Ruiz