aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* 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
* fix typoGravatar Benoit Jacob2009-08-22
* add initial, rough, full-pivoting RRQR decompositionGravatar Benoit Jacob2009-08-22
* Proper fix for linking to the Qt libraries (and others)Gravatar Marcus D. Hanwell2009-08-21
* adapt to API changesGravatar Benoit Jacob2009-08-20
* change the make householder algorithm so that the remaining coefficientGravatar Gael Guennebaud2009-08-17
* make HouseholderQR uses the Householder moduleGravatar Gael Guennebaud2009-08-16
* svd: sort in decreasing order, remove unused codeGravatar Benoit Jacob2009-08-15
* add overloads of lazyAssign to detect common aliasing issue withGravatar Gael Guennebaud2009-08-15
* As proposed on the list:Gravatar Gael Guennebaud2009-08-15
* fix a couple of warningsGravatar Gael Guennebaud2009-08-15
* fix compilation of unit testsGravatar Gael Guennebaud2009-08-15
* overload operartor* with a ProductBase such that "scalar * (mat * mat)" is op...Gravatar Gael Guennebaud2009-08-11
* fixes in determinant and homogeneousGravatar Gael Guennebaud2009-08-06
* compilation fix in EigenSolver,Gravatar Gael Guennebaud2009-08-06
* fix a couple of compilations issuesGravatar Gael Guennebaud2009-08-06
* more product refactoringGravatar Gael Guennebaud2009-08-06
* big refactoring in Product.h:Gravatar Gael Guennebaud2009-08-05