aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/qr_colpivoting.cpp
Commit message (Expand)AuthorAge
* * HouseholderSequence:Gravatar Benoit Jacob2009-12-02
* Big reworking of ColPivQR and its unit test, which now passes even with thous...Gravatar Benoit Jacob2009-12-01
* fix remaining bug in ColPivHouseholderQR, so now all tests pass againGravatar Benoit Jacob2009-11-18
* fix stuff after the PermutationMatrix changes.Gravatar Benoit Jacob2009-11-18
* 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
* Fix compilation of HouseholderQR and ColPivotingHouseholderQR for non-square ...Gravatar Benoit Jacob2009-09-28
* * update test to expose bug #57Gravatar Benoit Jacob2009-09-28
* make ColPivotingQR use HouseholderSequenceGravatar Gael Guennebaud2009-09-16
* * fix bug in col-pivoting qr, forgot to swap the colNorms when swapping colsGravatar Benoit Jacob2009-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 ColPivotingHouseholderQRGravatar Benoit Jacob2009-08-23