Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-08 | Removed the Element class.tower | Joe Crayne | |
2018-11-08 | Add generalized eigenvalues via dggev and zggev | Maxim Koltsov | |
These lapack functions generalize dgeev and zgeev. Interface for them was added similarly to eig* functions already present in hmatrix. | |||
2018-04-27 | Merge branch 'fix-vector-show-instance' | Peter Dobsan | |
The show instance was changed in vector 0.11. The merged modifications adjust hmatrix/base to that change. That fixes issues #277 and #177. | |||
2018-04-27 | Fixed vector show instance and related haddock entries. | Peter Dobsan | |
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-21 | Add tridiagonal solver and tests for it and triagonal solver. | Dominic Steinitz | |
2017-03-17 | Support triangular matrices. | Dominic Steinitz | |
2016-11-02 | unitary -> normalize | Alberto Ruiz | |
2016-10-12 | add compactSVDTol | Kevin Slagle | |
2016-10-09 | implement thinQR and thinRQ | Kevin Slagle | |
2016-05-02 | Update 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-21 | change names: Herm, unSym, mTm, and rnf instances | Alberto Ruiz | |
2015-07-17 | documentation | Alberto Ruiz | |
2015-07-17 | QR type | Alberto Ruiz | |
2015-07-16 | Her, LU, LDL, Linear, Additive | Alberto Ruiz | |
2015-07-13 | minor doc changes | Alberto Ruiz | |
2015-07-12 | documentation | Alberto Ruiz | |
2015-07-11 | ldl factorization | Alberto Ruiz | |
2015-06-17 | improved luSolve', tests | Alberto Ruiz | |
2015-06-17 | luSolve' | Alberto Ruiz | |
2015-06-15 | documentation, more general cond, remove some unicode, minor changes | Alberto Ruiz | |
2015-06-14 | minor changes | Alberto Ruiz | |
2015-06-13 | setRect, general luPacked' based on luST | Alberto Ruiz | |
2015-06-12 | row ops in ST | Alberto Ruiz | |
2015-06-08 | instances for Mod m Z and Mod m I | Alberto Ruiz | |
2015-06-05 | change imports in the exposed modules | Alberto Ruiz | |
2015-06-01 | generic gaussElim, modularTest | Alberto Ruiz | |
2015-05-31 | added experimental module for modular operation | Alberto Ruiz | |
2015-05-23 | join SContainer and Container using Fractional contexts | Alberto Ruiz | |
2015-05-22 | initial CInt SContainer | Alberto Ruiz | |
2015-04-15 | remove Util | Alberto Ruiz | |
2014-05-24 | backward compatibility | Alberto Ruiz | |
2014-05-23 | relativeError, cgSolve' | Alberto Ruiz | |
2014-05-22 | auxliary container functions | Alberto Ruiz | |
2014-05-22 | initial support for sparse matrix | Alberto Ruiz | |
2014-05-21 | Numeric.Container and Numeric.LinearAlgebra moved to base | Alberto Ruiz | |
2014-05-16 | license changes, reexport modules | Alberto Ruiz | |
2014-05-16 | linear algebra moved | Alberto Ruiz | |