aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* * ReturnByValue:Gravatar Benoit Jacob2009-09-22
* fix bug #42, add missing Transform::Identity()Gravatar Benoit Jacob2009-09-19
* fix stable_norm unit testGravatar Gael Guennebaud2009-09-18
* fix bug #52: Transform::inverse() should return a TransformGravatar Benoit Jacob2009-09-18
* compilation fixesGravatar Gael Guennebaud2009-09-17
* make ColPivotingQR use HouseholderSequenceGravatar Gael Guennebaud2009-09-16
* * add a HouseholderSequence class (not good enough yet for Triadiagonalizatio...Gravatar Gael Guennebaud2009-09-16
* * fix bug in col-pivoting qr, forgot to swap the colNorms when swapping colsGravatar Benoit Jacob2009-09-16
* * fix super nasty bug: vector.maxCoeff(&index) didn't work when 'vector'Gravatar Benoit Jacob2009-09-16
* disable warning 279: controlling expression is constant for ICCGravatar Gael Guennebaud2009-09-15
* Added missing casts.Gravatar Hauke Heibel2009-09-08
* Fixed unit test and improved code reusage for resizing.Gravatar Hauke Heibel2009-09-07
* Ups - that was not intended to be part of the commit.Gravatar Hauke Heibel2009-09-07
* Changed the AnyMatrixBase / ei_special_scalar_op inheritance order as propose...Gravatar Hauke Heibel2009-09-07
* improve coverage of matrix-vector productGravatar Gael Guennebaud2009-09-07
* improve coverage of unitOrthogonalGravatar Gael Guennebaud2009-09-07
* add a stable_norm unit testGravatar Gael Guennebaud2009-09-07
* uncomment stuff commented for debugging (sorry for the noise)Gravatar Gael Guennebaud2009-09-07
* * add real scalar * complex matrix, real matrix * complex scalar,Gravatar Gael Guennebaud2009-09-04
* extend mixingtype test to check diagonal products and fix the later for real*...Gravatar Gael Guennebaud2009-09-04
* rename the EigenSolver module to EigenvaluesGravatar Gael Guennebaud2009-09-04
* Added conservativeResize + unit test.Gravatar Hauke Heibel2009-09-03
* update mixingtype unit test to reflect current status, but it is still clearGravatar Gael Guennebaud2009-09-03
* move eigen values related stuff of the QR module to a new EigenSolver module.Gravatar Gael Guennebaud2009-09-03
* Remove last lazyness warnings.Gravatar Hauke Heibel2009-09-02
* Added support to overwrite the generator type.Gravatar Hauke Heibel2009-09-02
* big reorganization in JacobiSVD:Gravatar Benoit Jacob2009-09-03
* * add serious unit test for swapGravatar Benoit Jacob2009-09-02
* mergeGravatar Benoit Jacob2009-09-02
|\
* | JacobiSVD: implement general R-SVD using full-pivoting QR, so we now support ...Gravatar Benoit Jacob2009-09-02
| * fix issue #49Gravatar Hauke Heibel2009-09-01
|/
* clean a bit the previous commit which came from a patch queue,Gravatar Gael Guennebaud2009-09-01
* [mq]: eigensolverGravatar Gael Guennebaud2009-09-01
* I've been too fast (again)Gravatar Gael Guennebaud2009-09-01
* fix issue #47: now m.noalias() = XXX properly resize m if neededGravatar Gael Guennebaud2009-09-01
* * JacobiSVD:Gravatar Benoit Jacob2009-08-31
* simplificationsGravatar Benoit Jacob2009-08-31
* add VERIFY_IS_UNITARYGravatar Benoit Jacob2009-08-31
* fix Matrix::stride for vectors, add a unit test for Block::strideGravatar Gael Guennebaud2009-08-31
* Adaptions from .lazy() towards .noalias().Gravatar Hauke Heibel2009-08-31
* Fixed a cast warning in scaleAndAddTo.Gravatar Hauke Heibel2009-08-31
* Force release builds on Windows machines in the test suite.Gravatar John Smith2009-08-28
* 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
* small improvementsGravatar Benoit Jacob2009-08-24
* add ColPivotingHouseholderQRGravatar Benoit Jacob2009-08-23
* let createRandomMatrixOfRank support fixed-size!Gravatar Benoit Jacob2009-08-23