aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* More warning fixes.Gravatar Hauke Heibel2009-10-14
* compilation fix: make the generic template ctor explicitGravatar Gael Guennebaud2009-10-13
* trivial compilation fixGravatar Gael Guennebaud2009-10-13
* also test that the matrix Q is unitaryGravatar Benoit Jacob2009-10-12
* Fixed nmake parameter.Gravatar Hauke Heibel2009-10-09
* really fix stable norm compilation for older gccGravatar Gael Guennebaud2009-10-07
* fix compilation in stable norm, move a platform check to the unit testsGravatar Gael Guennebaud2009-10-06
* discard vectorization in matrix-vector product when data is not evenGravatar Gael Guennebaud2009-10-05
* after all we're not aligning to 8byte boundaryGravatar Benoit Jacob2009-10-05
* we were already aligning to 16 byte boundary fixed-size objects that are mult...Gravatar Benoit Jacob2009-10-05
* remove unneeded stuffGravatar Benoit Jacob2009-10-05
* next attempt ... introduce EIGEN_CMAKE_RUN_FROM_CTEST, in that case don't EXC...Gravatar Benoit Jacob2009-10-05
* finally, the right fix: set CTEST_BUILD_TARGET.Gravatar Benoit Jacob2009-10-04
* add debug targets like debug_qr to build a specific test with debug infoGravatar Benoit Jacob2009-10-03
* Added cmake project definitions.Gravatar Hauke Heibel2009-10-02
* better fix for (v * v') * v, we still have to find a way to reorder itGravatar Gael Guennebaud2009-10-01
* *add test to prevent future regressionGravatar Benoit Jacob2009-09-29
* Fix compilation of HouseholderQR and ColPivotingHouseholderQR for non-square ...Gravatar Benoit Jacob2009-09-28
* * update test to expose bug #57Gravatar Benoit Jacob2009-09-28
* * Introduce make targets btest (build tests), blas (build blas lib), demos (b...Gravatar Benoit Jacob2009-09-27
* * 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