aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Cholesky/LDLT.h
Commit message (Expand)AuthorAge
* fix #14: make llt::solve() and also ldlt::solve() work with uninitialized resultGravatar Benoit Jacob2009-06-19
* 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
|/
* constant Diagonal ---> DiagonalBitsGravatar Benoit Jacob2009-05-10
* More Cholesky fixes.Gravatar Benoit Jacob2009-04-01
* add adjointInPlace() and add documentation warnings on adjoint() and transpos...Gravatar Benoit Jacob2009-03-31
* Many improvements in LLT and LDLT:Gravatar Benoit Jacob2009-03-30
* s/cholesky/llt in precompiled lib and BTLGravatar Gael Guennebaud2009-02-06
* bugfix in LDLt for size==1Gravatar Gael Guennebaud2009-02-04
* Add full pivoting to LDLT decomposition.Gravatar Keir Mierle2009-02-03
* LLT: makes the non positive definite test less strict, but we still needGravatar Gael Guennebaud2009-01-27
* * the Upper->UpperTriangular changeGravatar Benoit Jacob2008-12-20
* * fix in IO.h, a useless copy was made because of assignment fromGravatar Benoit Jacob2008-12-18
* fix some documentation issuesGravatar Gael Guennebaud2008-10-17
* Big API change in Cholesky module:Gravatar Gael Guennebaud2008-10-13