summaryrefslogtreecommitdiff
path: root/packages/base/src/Numeric/LinearAlgebra.hs
AgeCommit message (Collapse)Author
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-21Add tridiagonal solver and tests for it and triagonal solver.Dominic Steinitz
2017-03-17Support triangular matrices.Dominic Steinitz
2016-11-02unitary -> normalizeAlberto Ruiz
2016-10-12add compactSVDTolKevin Slagle
2016-10-09implement thinQR and thinRQKevin Slagle
2016-05-02Update numeric class top level documentation.Matt Renaud
Noted that the numeric classes for Matrix and Vector which are defined elementwise are commonly referred to as the Hadamard (or Schur) product.
2015-07-21change names: Herm, unSym, mTm, and rnf instancesAlberto Ruiz
2015-07-17documentationAlberto Ruiz
2015-07-17QR typeAlberto Ruiz
2015-07-16Her, LU, LDL, Linear, AdditiveAlberto Ruiz
2015-07-13minor doc changesAlberto Ruiz
2015-07-12documentationAlberto Ruiz
2015-07-11ldl factorizationAlberto Ruiz
2015-06-17improved luSolve', testsAlberto Ruiz
2015-06-17luSolve'Alberto Ruiz
2015-06-15documentation, more general cond, remove some unicode, minor changesAlberto Ruiz
2015-06-14minor changesAlberto Ruiz
2015-06-13setRect, general luPacked' based on luSTAlberto Ruiz
2015-06-12row ops in STAlberto Ruiz
2015-06-08instances for Mod m Z and Mod m IAlberto Ruiz
2015-06-05change imports in the exposed modulesAlberto Ruiz
2015-06-01generic gaussElim, modularTestAlberto Ruiz
2015-05-31added experimental module for modular operationAlberto Ruiz
2015-05-23join SContainer and Container using Fractional contextsAlberto Ruiz
2015-05-22initial CInt SContainerAlberto Ruiz
2015-04-15remove UtilAlberto Ruiz
2014-05-24backward compatibilityAlberto Ruiz
2014-05-23relativeError, cgSolve'Alberto Ruiz
2014-05-22auxliary container functionsAlberto Ruiz
2014-05-22initial support for sparse matrixAlberto Ruiz
2014-05-21Numeric.Container and Numeric.LinearAlgebra moved to baseAlberto Ruiz
2014-05-16license changes, reexport modulesAlberto Ruiz
2014-05-16linear algebra movedAlberto Ruiz