| Commit message (Expand) | Author | Age |
* | 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 |
* | compilation fix for conservativeResize | Gael Guennebaud | 2009-09-04 |
* | Added conservativeResize + unit test. | Hauke Heibel | 2009-09-03 |
* | finally the first version was the good one... | Benoit Jacob | 2009-09-03 |
* | 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 |
* | fix Matrix::stride for vectors, add a unit test for Block::stride | Gael Guennebaud | 2009-08-31 |
* | rename back MayAliasBit to EvalBeforeAssigningBit | Gael Guennebaud | 2009-08-16 |
* | As proposed on the list: | Gael Guennebaud | 2009-08-15 |
* | big refactoring in Product.h: | Gael Guennebaud | 2009-08-05 |
* | implement a ProductBase class and, as a proof of concept, update TriangularPr... | Gael Guennebaud | 2009-08-04 |
* | * Bye bye MultiplierBase, extend a bit AnyMatrixBase to allow =, +=, and -= | Gael Guennebaud | 2009-08-03 |
* | fix a couple of issues related to recent products | Gael Guennebaud | 2009-07-28 |
* | synch with main branch | Gael Guennebaud | 2009-07-28 |
|\ |
|
* \ | synch with main branch | Gael Guennebaud | 2009-07-28 |
|\ \ |
|
* | | | add a debug mechanism to compute the number of intermediate evaluations (only... | Gael Guennebaud | 2009-07-28 |
| | * | Added an explicit cast from int to bool to suppress MSVC warnings. | Hauke Heibel | 2009-07-23 |
| |/ |
|
| * | compilation fix | Gael Guennebaud | 2009-07-20 |
| * | bugfix for a = a * b; when a has to be resized | Gael Guennebaud | 2009-07-20 |
* | | synch with main devel branch | Gael Guennebaud | 2009-07-14 |
|\| |
|
| * | Set of fixes and workaround to make sun studio more happy. | Gael Guennebaud | 2009-07-10 |
* | | add a generic mechanism to copy a special matrix to a dense matrix so that | Gael Guennebaud | 2009-07-07 |
* | | * bybye Part, welcome TriangularView and SelfAdjointView. | Gael Guennebaud | 2009-07-06 |
* | | new implementation of diagonal matrices and diagonal matrix expressions | Benoit Jacob | 2009-06-28 |
|/ |
|
* | * add resize(int, NoChange) and resize(NoChange, int) | Benoit Jacob | 2009-06-24 |
* | Relaxed checks againts _MaxRows and _MaxCols in Matrix::_check_template_param... | Hauke Heibel | 2009-05-29 |
* | fix the static assert checking the size template parameters. | Benoit Jacob | 2009-05-27 |
* | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
* | *add missing overloads of setZero, etc... that were mentioned in the tutorial | Benoit Jacob | 2009-05-06 |
* | fix warning, unused variable dummy | Benoit Jacob | 2009-05-04 |
* | fix the Matrix(int,int)/vector 2D ctors issue so that we really | Gael Guennebaud | 2009-04-24 |
* | The ABI break: | Benoit Jacob | 2009-03-26 |
* | * allows fixed size matrix with size==0 (via a specialization of | Gael Guennebaud | 2009-03-23 |
* | add ReturnByValue pseudo expression for in-place evaluation with a | Gael Guennebaud | 2009-03-04 |
* | * allow Matrix to be resized to 0 (solve a lot of troubles with | Gael Guennebaud | 2009-02-07 |
* | Add Matrix::resizeLike(other) convenience function and test. | Keir Mierle | 2009-02-03 |
* | * label Cholesky and solveTriangular.* as experimental | Benoit Jacob | 2009-02-02 |
* | add EIGEN_NO_AUTOMATIC_RESIZING | Benoit Jacob | 2009-01-28 |
* | centralize those static asserts more upstream, reduces duplication and ensure... | Benoit Jacob | 2009-01-27 |
* | add a missing static assertion on the scalar types | Benoit Jacob | 2009-01-27 |
* | * remove set(), revert to old behavior where = resizes | Benoit Jacob | 2009-01-21 |
* | add a flexible sparse matrix class designed for fast matrix assembly | Gael Guennebaud | 2009-01-19 |
* | fix a couple of doxygen issues | Gael Guennebaud | 2009-01-13 |
* | * make std::vector specializations also for Transform and for Quaternion | Benoit Jacob | 2009-01-12 |
* | make the std::vector fix work also with dynamic size Eigen objects, e.g. | Benoit Jacob | 2009-01-10 |
* | oops, fix compilation (sorry for all that noise!) | Benoit Jacob | 2009-01-09 |