| Commit message (Expand) | Author | Age |
* | fix warning in stable norm | Gael Guennebaud | 2009-09-15 |
* | Fixed conservative_resize compilation errors. | Hauke Heibel | 2009-09-08 |
* | Fixed unit test and improved code reusage for resizing. | Hauke Heibel | 2009-09-07 |
* | Changed the AnyMatrixBase / ei_special_scalar_op inheritance order as propose... | Hauke Heibel | 2009-09-07 |
* | fix compilation of swap for ICC | 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 |
* | compilation fix for conservativeResize | Gael Guennebaud | 2009-09-04 |
* | Added conservativeResize + unit test. | Hauke Heibel | 2009-09-03 |
* | This seems to be important for MSVC to optimize the size of empty base classes. | Hauke Heibel | 2009-09-03 |
* | update mixingtype unit test to reflect current status, but it is still clear | Gael Guennebaud | 2009-09-03 |
* | remove the \addexample tags | Gael Guennebaud | 2009-09-03 |
* | Fix serious bug discovered with gcc 4.2 | Gael Guennebaud | 2009-09-03 |
* | Removed debug cout. | Hauke Heibel | 2009-09-02 |
* | big reorganization in JacobiSVD: | Benoit Jacob | 2009-09-03 |
* | introduce EIGEN_SIZE_MIN | Benoit Jacob | 2009-09-03 |
* | finally the first version was the good one... | Benoit Jacob | 2009-09-03 |
* | * rename JacobiRotation => PlanarRotation | Gael Guennebaud | 2009-09-02 |
* | fix wrong assert | Gael Guennebaud | 2009-09-02 |
* | much simpler fix for Matrix::swap | Gael Guennebaud | 2009-09-02 |
* | * add serious unit test for swap | Benoit Jacob | 2009-09-02 |
* | fix compilation errors in swap (could not swap with anything else than the ex... | Benoit Jacob | 2009-09-02 |
* | fix issue #47: now m.noalias() = XXX properly resize m if needed | Gael Guennebaud | 2009-09-01 |
* | add a JacobiRotation class wrapping the cosine-sine pair with | Gael Guennebaud | 2009-09-01 |
* | * JacobiSVD: | Benoit Jacob | 2009-08-31 |
* | fix Matrix::stride for vectors, add a unit test for Block::stride | Gael Guennebaud | 2009-08-31 |
* | ifdef removed from MapBase and warning disabled | Hauke Heibel | 2009-08-31 |
* | fix issue #45 and document the .data() and .stride() functions | Gael Guennebaud | 2009-08-31 |
* | fix copy/paste issue | Gael Guennebaud | 2009-08-31 |
* | Fixed a cast warning in scaleAndAddTo. | Hauke Heibel | 2009-08-31 |
* | Added MSVC guards to assignment operators. | Hauke Heibel | 2009-08-31 |
* | Removed redundant assignment operators. | Hauke Heibel | 2009-08-31 |
* | add coeff(int,int), coeff(int) and value() functions to the inner product spe... | Gael Guennebaud | 2009-08-26 |
* | add logAbsDeterminant() | Benoit Jacob | 2009-08-24 |
* | add ColPivotingHouseholderQR | Benoit Jacob | 2009-08-23 |
* | work around internal compiler error with gcc 4.1 and 4.2, reported on the forum | Benoit Jacob | 2009-08-20 |
* | * make HessenbergDecomposition uses the Householder module | Gael Guennebaud | 2009-08-17 |
* | change the make householder algorithm so that the remaining coefficient | Gael Guennebaud | 2009-08-17 |
* | make HouseholderQR uses the Householder module | Gael Guennebaud | 2009-08-16 |
* | bugfix in compute_matrix_flags, optimization in LU, | Gael Guennebaud | 2009-08-16 |
* | rename back MayAliasBit to EvalBeforeAssigningBit | Gael Guennebaud | 2009-08-16 |
* | add overloads of lazyAssign to detect common aliasing issue with | Gael Guennebaud | 2009-08-15 |
* | As proposed on the list: | Gael Guennebaud | 2009-08-15 |
* | bugfix in inner-product specialization, | Gael Guennebaud | 2009-08-15 |
* | my previous fix was not very good | Gael Guennebaud | 2009-08-15 |
* | bugfix and compilation fix in ProductBase | Gael Guennebaud | 2009-08-15 |
* | fix a couple of warnings | Gael Guennebaud | 2009-08-15 |
* | fix warning | Benoit Jacob | 2009-08-14 |
* | forgot to update this | Benoit Jacob | 2009-08-14 |
* | as discussed on list: default to align cols, reorganize parameters accordingl... | Benoit Jacob | 2009-08-14 |