aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cholesky.cpp
Commit message (Expand)AuthorAge
* LDLT: Report sign consistent with D for indefinite matrices.Gravatar Jitse Niesen2012-07-22
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* fix compilation of "somedensematrix.llt().matrixL().transpose()" (missing con...Gravatar Gael Guennebaud2012-04-10
* LLT: improve rankUpdate to support downdates,Gravatar Gael Guennebaud2012-01-23
* feature 319: Add update and downdate functionality to LDLTGravatar Tim Holy2011-12-09
* remove GSL dependency in the unit testsGravatar Gael Guennebaud2011-12-01
* fix more variable-set-but-not-used warnings on gcc 4.6Gravatar Benoit Jacob2011-10-31
* Fix LDLT::solve() if matrix singular but solution exists (bug #241).Gravatar Jitse Niesen2011-09-11
* add the possibility to configure the maximal matrix size in the unit testsGravatar Gael Guennebaud2011-07-12
* New feature: add rank one update in Cholesky decompositionGravatar Gael Guennebaud2011-06-20
* rename macroGravatar Benoit Jacob2010-12-25
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* fix += return by value like operationsGravatar Gael Guennebaud2010-09-06
* add support for mixing type in trsvGravatar Gael Guennebaud2010-07-13
* email changeGravatar Gael Guennebaud2010-06-24
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* add a info() function in LLT to report on succes/faillureGravatar Gael Guennebaud2010-06-12
* fix LDLT, now it really only uses a given triangular part!Gravatar Gael Guennebaud2010-06-09
* fix ldlt unit testGravatar Gael Guennebaud2010-06-09
* Add a Transpositions class to ease the representation andGravatar Gael Guennebaud2010-06-04
* LDLT: make it honors the Lower/Upper directive and make it works inplaceGravatar Gael Guennebaud2010-06-03
* - Added problem size constructor to decompositions that did not have one. It ...Gravatar Adolfo Rodriguez Tsouroukdissian2010-04-21
* 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