aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cholesky.cpp
Commit message (Expand)AuthorAge
...
* add reconstructedMatrix() to LLT, and LUsGravatar Gael Guennebaud2010-02-24
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* Replace toDense() by toDenseMatrix() in tests.Gravatar Jitse Niesen2009-11-20
* move cholesky to ei_xxx_return_valueGravatar Benoit Jacob2009-11-03
* *port the Cholesky module to the new solve() APIGravatar Benoit Jacob2009-10-29
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* add a stable_norm unit testGravatar Gael Guennebaud2009-09-07
* bugfix in trsmGravatar Gael Guennebaud2009-08-02
* add blocked LLT, and bugfix in trsm assertsGravatar Gael Guennebaud2009-08-01
* finally directly calling the low-level products is fasterGravatar Gael Guennebaud2009-07-10
* * take advantage of new possibilies in LLT (mat -= product)Gravatar Gael Guennebaud2009-07-07
* * bybye Part, welcome TriangularView and SelfAdjointView.Gravatar Gael Guennebaud2009-07-06
* mergeGravatar Benoit Jacob2009-05-22
|\
| * remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* | Oops, here the actual LLT and LDLT patch.Gravatar Hauke Heibel2009-05-22
|/
* 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