aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/qr_fullpivoting.cpp
Commit message (Expand)AuthorAge
* PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD).Gravatar Patrick Peltzer2019-01-17
* 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
* Make qr_fullpivoting unit test run for fixed-sized matricesGravatar Christoph Hertzberg2018-05-22
* Fix compilation of qr.inverse() for column and full pivoting variants.Gravatar Gael Guennebaud2016-10-06
* Make use of EIGEN_TEST_MAX_SIZEGravatar Gael Guennebaud2016-07-20
* Use VERIFY_IS_EQUAL instead of VERIFY(a==b) to get more feedback in case of f...Gravatar Gael Guennebaud2015-06-26
* Extend qr unit testGravatar Gael Guennebaud2014-07-21
* Fix FullPivHouseholderQR ctors for non squared fixed size matrix typesGravatar Gael Guennebaud2013-11-19
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* the min/max macros to detect unprotected min/max were undefined by some std h...Gravatar Gael Guennebaud2011-08-19
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* email changeGravatar Gael Guennebaud2010-06-24
* Still fixing warnings.Gravatar Hauke Heibel2010-06-20
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* the Index types change.Gravatar Benoit Jacob2010-05-30
* - Added problem size constructor to decompositions that did not have one. It ...Gravatar Adolfo Rodriguez Tsouroukdissian2010-04-21
* Further LU test improvements. I'm not aware of any test failures anymore, not...Gravatar Benoit Jacob2010-02-23
* * FullPivLU: replace "remaining==0" termination condition (from Golub) by a f...Gravatar Benoit Jacob2010-02-23
* port the QR module to PermutationMatrixGravatar Benoit Jacob2009-11-17
* port the qr module to ei_solve_xxx.Gravatar Benoit Jacob2009-11-08
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* also test that the matrix Q is unitaryGravatar Benoit Jacob2009-10-12
* make ColPivotingQR use HouseholderSequenceGravatar Gael Guennebaud2009-09-16
* modernize HouseholderQR too, uniformize all that stuff, update testsGravatar Benoit Jacob2009-08-24
* bring the modern comfort also to ColPivotingHouseholderQRGravatar Benoit Jacob2009-08-24
* add logAbsDeterminant()Gravatar Benoit Jacob2009-08-24
* add test for absDeterminant()Gravatar Benoit Jacob2009-08-24
* give FullPivotingHouseholderQR all the modern comfortGravatar Benoit Jacob2009-08-24
* add ColPivotingHouseholderQRGravatar Benoit Jacob2009-08-23