| Commit message (Expand) | Author | Age |
* | More warning fixes. | Hauke Heibel | 2009-10-14 |
* | Fixed more W4 warnings. | Hauke Heibel | 2009-10-14 |
* | Resize is only defined in Matrix and not in MatrixBase. | Hauke Heibel | 2009-10-14 |
* | add missing PartialReduxExpr::coeff(index) function | Gael Guennebaud | 2009-10-13 |
* | compilation fix: make the generic template ctor explicit | Gael Guennebaud | 2009-10-13 |
* | merge | Gael Guennebaud | 2009-10-07 |
|\ |
|
* | | really fix stable norm compilation for older gcc | Gael Guennebaud | 2009-10-07 |
| * | merge | Benoit Jacob | 2009-10-06 |
| |\
| |/
|/| |
|
| * | allow arbitrary resulttype, fixes Xuewen's issue, and this stuff is going to ... | Benoit Jacob | 2009-10-06 |
* | | fix compilation in stable norm, move a platform check to the unit tests | Gael Guennebaud | 2009-10-06 |
* | | discard vectorization in matrix-vector product when data is not even | Gael Guennebaud | 2009-10-05 |
|/ |
|
* | after all we're not aligning to 8byte boundary | Benoit Jacob | 2009-10-05 |
* | we were already aligning to 16 byte boundary fixed-size objects that are mult... | Benoit Jacob | 2009-10-05 |
* | forgot to hg add this file | Benoit Jacob | 2009-10-02 |
* | merge | Gael Guennebaud | 2009-10-01 |
|\ |
|
* | | better fix for (v * v') * v, we still have to find a way to reorder it | Gael Guennebaud | 2009-10-01 |
| * | merge | Benoit Jacob | 2009-10-01 |
|/| |
|
* | | Fixed wrong line endings. | Hauke Heibel | 2009-10-01 |
| * | make Replicate ctor require the exact expected type | Benoit Jacob | 2009-09-30 |
|/ |
|
* | bugfix in the eigenvalue solvers (forgot to resize the eigen vectors) | Gael Guennebaud | 2009-09-30 |
* | add outerproduct coeff(int,int) method. | 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 |
* | * bump to 2.90.0 now that it's agreed that we're doing eigen3 | Benoit Jacob | 2009-09-27 |
* | * Introduce make targets btest (build tests), blas (build blas lib), demos (b... | Benoit Jacob | 2009-09-27 |
* | Ok, too many class bodies - it was only required for ei_svd_precondition_2x2_... | Hauke Heibel | 2009-09-27 |
* | Added private, non-implemented assignment operators to functions that don't n... | Hauke Heibel | 2009-09-27 |
* | Fixed VC compilation error on the JacobiSVD module. | Hauke Heibel | 2009-09-27 |
* | Removed implicit type conversion (VC warning fix). | Hauke Heibel | 2009-09-25 |
* | Matrix::conservativeResize, resize only when necessary. | Hauke Heibel | 2009-09-25 |
* | remove some dirty lines | Gael Guennebaud | 2009-09-25 |
* | extend the support for bool | Gael Guennebaud | 2009-09-25 |
* | Uuups that was not yet intended for a commit. | Hauke Heibel | 2009-09-25 |
* | Fixed issue #57. | Hauke Heibel | 2009-09-25 |
* | Added EIGEN_REF_TO_TEMPORARY define for rvalue support. | Hauke Heibel | 2009-09-21 |
* | * ReturnByValue: | Benoit Jacob | 2009-09-22 |
* | fix bug #42, add missing Transform::Identity() | Benoit Jacob | 2009-09-19 |
* | allow to override EIGEN_RESTRICT, to satisfy a smart ass blogger who claims | Benoit Jacob | 2009-09-19 |
* | implement __gnuc_forget_about_setZero_its_over_now | Gael Guennebaud | 2009-09-18 |
* | undef B0 | Benoit Jacob | 2009-09-19 |
* | fix stable_norm unit test | Gael Guennebaud | 2009-09-18 |
* | finish my evalToDense => evalTo change | Gael Guennebaud | 2009-09-17 |
* | clean the commented asm instructions because now I'm sure | Gael Guennebaud | 2009-09-17 |
* | merge | Gael Guennebaud | 2009-09-17 |
|\ |
|
| * | fix bug #52: Transform::inverse() should return a Transform | Benoit Jacob | 2009-09-18 |
* | | fix #53: performance regression, hopefully I did not resurected another | Gael Guennebaud | 2009-09-17 |
| * | 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 |
| * | improve ComplexShur api and doc | Gael Guennebaud | 2009-09-16 |