aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cholesky.cpp
Commit message (Expand)AuthorAge
* PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD).Gravatar Patrick Peltzer2019-01-17
* bug #785: Make Cholesky decomposition work for empty matricesGravatar Christoph Hertzberg2018-12-03
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Remove local Index typedef from unit-testsGravatar Gael Guennebaud2018-07-12
* bug #1479: fix failure detection in LDLTGravatar Gael Guennebaud2017-11-16
* fix typoGravatar Gael Guennebaud2016-09-21
* Disable a failure test if extended double precision is in use (x87)Gravatar Gael Guennebaud2016-09-21
* bug #1268: detect faillure in LDLT and report them through info()Gravatar Gael Guennebaud2016-08-23
* Enable custom scalar types in some unit tests.Gravatar Gael Guennebaud2016-07-20
* Addresses comments on Eigen pull request PR-174.Gravatar Rasmus Munk Larsen2016-04-04
* Add rcond method to LDLT.Gravatar Rasmus Munk Larsen2016-04-01
* Add condition estimation to Cholesky (LLT) factorization.Gravatar Rasmus Munk Larsen2016-04-01
* Factorize VERIFY_EVALUATION_COUNT in unit testsGravatar Gael Guennebaud2015-06-19
* Relax tolerance when testing LDLT on singular problemsGravatar Gael Guennebaud2015-06-15
* Workaround dead store warnings in unit tests.Gravatar Gael Guennebaud2015-02-18
* Fix bug #894: the sign of LDLT was not re-initialized at each call of compute()Gravatar Gael Guennebaud2014-10-20
* Fix many long to int implicit conversionsGravatar Gael Guennebaud2014-07-08
* Fix LDLT with semi-definite complex matrices: owing to round-off errors, the ...Gravatar Gael Guennebaud2014-07-08
* LDLT is not rank-revealing, so we should not attempt to use the biggest diago...Gravatar Gael Guennebaud2014-07-02
* Remove out-dated comment in cholesky test.Gravatar Jitse Niesen2014-04-04
* Remove early termination in LDLT: the zero on the diagonal of the input matri...Gravatar Gael Guennebaud2014-02-26
* Fix bug #736: LDLT isPositive returns false for a positive semidefinite matrixGravatar Jitse Niesen2014-02-06
* Add no_assignment_operator to a few classes that must not be assigned, and fi...Gravatar Gael Guennebaud2013-07-10
* Introduce a TEST_SET_BUT_UNUSED_VARIABLE macro for initialized but unused var...Gravatar Gael Guennebaud2013-06-25
* Workaround a bunch of stupid warnings in unit testsGravatar Gael Guennebaud2013-06-23
* Add regression test for bug #608Gravatar Gael Guennebaud2013-06-09
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* 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