aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cholesky.cpp
Commit message (Expand)AuthorAge
* various minor updates of some unit testsGravatar Gael Guennebaud2009-05-11
* More Cholesky fixes.Gravatar Benoit Jacob2009-04-01
* Many improvements in LLT and LDLT:Gravatar Benoit Jacob2009-03-30
* Add full pivoting to LDLT decomposition.Gravatar Keir Mierle2009-02-03
* * remove set(), revert to old behavior where = resizesGravatar Benoit Jacob2009-01-21
* Sparse module: bugfix in SparseMatrix::resize(), now the indices areGravatar Gael Guennebaud2009-01-15
* * more MSVC warning fixes from Kenneth RiddileGravatar Benoit Jacob2008-12-19
* As discussed on ML:Gravatar Gael Guennebaud2008-10-24
* Big API change in Cholesky module:Gravatar Gael Guennebaud2008-10-13
* Fix bugs reported by Timothy Hunter:Gravatar Gael Guennebaud2008-09-03
* if EIGEN_NICE_RANDOM is defined, the random functions will return numbers withGravatar Benoit Jacob2008-09-01
* * bug fixes in: Dot, generalized eigen problem, singular matrix detetection ...Gravatar Gael Guennebaud2008-08-23
* * bugfix in SolveTriangular found by Timothy Hunter (did not compiled for ver...Gravatar Gael Guennebaud2008-08-22
* Add a packetmath unit test, re-enable the comma-initializer unit test,Gravatar Gael Guennebaud2008-08-20
* bugfix in CholeskyWithoutSquareRoot::solve found by Timothy HunterGravatar Gael Guennebaud2008-08-16
* * Merge Extract and Part to the Part expression.Gravatar Gael Guennebaud2008-07-21
* * added innerSize / outerSize functions to MatrixBaseGravatar Gael Guennebaud2008-06-28
* update of the testing framework:Gravatar Gael Guennebaud2008-05-22
* added a test for triangular matricesGravatar Gael Guennebaud2008-05-02
* * added ei_sqrt for complexGravatar Gael Guennebaud2008-04-27
* added Cholesky moduleGravatar Gael Guennebaud2008-04-27