| Commit message (Expand) | Author | Age |
* | *add test to prevent future regression | Benoit Jacob | 2009-09-29 |
* | Fix compilation of HouseholderQR and ColPivotingHouseholderQR for non-square ... | Benoit Jacob | 2009-09-28 |
* | * update test to expose bug #57 | Benoit Jacob | 2009-09-28 |
* | * Introduce make targets btest (build tests), blas (build blas lib), demos (b... | Benoit Jacob | 2009-09-27 |
* | * ReturnByValue: | Benoit Jacob | 2009-09-22 |
* | fix bug #42, add missing Transform::Identity() | Benoit Jacob | 2009-09-19 |
* | fix stable_norm unit test | Gael Guennebaud | 2009-09-18 |
* | fix bug #52: Transform::inverse() should return a Transform | Benoit Jacob | 2009-09-18 |
* | compilation fixes | Gael Guennebaud | 2009-09-17 |
* | make ColPivotingQR use HouseholderSequence | Gael Guennebaud | 2009-09-16 |
* | * add a HouseholderSequence class (not good enough yet for Triadiagonalizatio... | Gael Guennebaud | 2009-09-16 |
* | * fix bug in col-pivoting qr, forgot to swap the colNorms when swapping cols | Benoit Jacob | 2009-09-16 |
* | * fix super nasty bug: vector.maxCoeff(&index) didn't work when 'vector' | Benoit Jacob | 2009-09-16 |
* | disable warning 279: controlling expression is constant for ICC | Gael Guennebaud | 2009-09-15 |
* | Added missing casts. | Hauke Heibel | 2009-09-08 |
* | Fixed unit test and improved code reusage for resizing. | Hauke Heibel | 2009-09-07 |
* | Ups - that was not intended to be part of the commit. | Hauke Heibel | 2009-09-07 |
* | Changed the AnyMatrixBase / ei_special_scalar_op inheritance order as propose... | Hauke Heibel | 2009-09-07 |
* | improve coverage of matrix-vector product | Gael Guennebaud | 2009-09-07 |
* | improve coverage of unitOrthogonal | Gael Guennebaud | 2009-09-07 |
* | add a stable_norm unit test | Gael Guennebaud | 2009-09-07 |
* | uncomment stuff commented for debugging (sorry for the noise) | Gael Guennebaud | 2009-09-07 |
* | * add real scalar * complex matrix, real matrix * complex scalar, | Gael Guennebaud | 2009-09-04 |
* | extend mixingtype test to check diagonal products and fix the later for real*... | Gael Guennebaud | 2009-09-04 |
* | rename the EigenSolver module to Eigenvalues | Gael Guennebaud | 2009-09-04 |
* | Added conservativeResize + unit test. | Hauke Heibel | 2009-09-03 |
* | update mixingtype unit test to reflect current status, but it is still clear | Gael Guennebaud | 2009-09-03 |
* | move eigen values related stuff of the QR module to a new EigenSolver module. | Gael Guennebaud | 2009-09-03 |
* | Remove last lazyness warnings. | Hauke Heibel | 2009-09-02 |
* | Added support to overwrite the generator type. | Hauke Heibel | 2009-09-02 |
* | big reorganization in JacobiSVD: | Benoit Jacob | 2009-09-03 |
* | * add serious unit test for swap | Benoit Jacob | 2009-09-02 |
* | merge | Benoit Jacob | 2009-09-02 |
|\ |
|
* | | JacobiSVD: implement general R-SVD using full-pivoting QR, so we now support ... | Benoit Jacob | 2009-09-02 |
| * | fix issue #49 | Hauke Heibel | 2009-09-01 |
|/ |
|
* | clean a bit the previous commit which came from a patch queue, | Gael Guennebaud | 2009-09-01 |
* | [mq]: eigensolver | Gael Guennebaud | 2009-09-01 |
* | I've been too fast (again) | Gael Guennebaud | 2009-09-01 |
* | fix issue #47: now m.noalias() = XXX properly resize m if needed | Gael Guennebaud | 2009-09-01 |
* | * JacobiSVD: | Benoit Jacob | 2009-08-31 |
* | simplifications | Benoit Jacob | 2009-08-31 |
* | add VERIFY_IS_UNITARY | Benoit Jacob | 2009-08-31 |
* | fix Matrix::stride for vectors, add a unit test for Block::stride | Gael Guennebaud | 2009-08-31 |
* | Adaptions from .lazy() towards .noalias(). | Hauke Heibel | 2009-08-31 |
* | Fixed a cast warning in scaleAndAddTo. | Hauke Heibel | 2009-08-31 |
* | Force release builds on Windows machines in the test suite. | John Smith | 2009-08-28 |
* | modernize HouseholderQR too, uniformize all that stuff, update tests | Benoit Jacob | 2009-08-24 |
* | bring the modern comfort also to ColPivotingHouseholderQR | Benoit Jacob | 2009-08-24 |
* | add logAbsDeterminant() | Benoit Jacob | 2009-08-24 |
* | add test for absDeterminant() | Benoit Jacob | 2009-08-24 |