| Commit message (Expand) | Author | Age |
* | * move memory related stuff to util/Memory.h | Gael Guennebaud | 2008-08-26 |
* | Various compilation fixes for MSVC 9. All tests compile but some | Gael Guennebaud | 2008-08-19 |
* | * doc improvements in Cwise and PartialRedux: | Benoit Jacob | 2008-08-19 |
* | * Big change in Block and Map: | Gael Guennebaud | 2008-08-09 |
* | Several compilation fixes for MSVC and NVCC, basically: | Gael Guennebaud | 2008-07-29 |
* | Added an automatically generated list of selected examples in the documentation. | Gael Guennebaud | 2008-07-19 |
* | - many updates after Cwise change | Benoit Jacob | 2008-07-08 |
* | the big Array/Cwise rework as discussed on the mailing list. The new API | Benoit Jacob | 2008-07-08 |
* | change derived classes methods from "private:_method()" | Benoit Jacob | 2008-06-26 |
* | * add bench/benchVecAdd.cpp by Gael, fix crash (ei_pload on non-aligned) | Benoit Jacob | 2008-06-26 |
* | add experimental code for sparse matrix: | Gael Guennebaud | 2008-06-23 |
* | * Block: row and column expressions in the inner direction | Benoit Jacob | 2008-06-16 |
* | * added a Tridiagonalization class for selfadjoint matrices | Gael Guennebaud | 2008-06-01 |
* | moved purely "array" related stuff to a new module Array. | Gael Guennebaud | 2008-05-31 |
* | * added _*coeffRef members in NestedByValue | Gael Guennebaud | 2008-05-28 |
* | * find the proper way of nesting the expression in Flagged: | Benoit Jacob | 2008-05-28 |
* | some documentation fixes (Cwise* and Cholesky) | Gael Guennebaud | 2008-05-22 |
* | Fix compilation issues with MSVC and NVCC. | Gael Guennebaud | 2008-05-15 |
* | Introduce generic Flagged xpr, remove already Lazy.h and Temporary.h | Benoit Jacob | 2008-05-14 |
* | put inline keywords everywhere appropriate. So we don't need anymore to pass | Benoit Jacob | 2008-05-12 |
* | * Started support for unaligned vectorization. | Gael Guennebaud | 2008-05-05 |
* | fix flag and cost computations for nested expressions | Gael Guennebaud | 2008-05-01 |
* | Fixed a couple of issues introduced in previous commits. | Gael Guennebaud | 2008-04-26 |
* | Added Triangular expression to extract upper or lower (strictly or not) | Gael Guennebaud | 2008-04-26 |
* | * rename XprCopy -> Nested | Benoit Jacob | 2008-04-10 |
* | fix priority operator bugs in the computation | Gael Guennebaud | 2008-04-09 |
* | Added initial experimental support for explicit vectorization. | Gael Guennebaud | 2008-04-09 |
* | * make use of the EvalBeforeNestingBit and EvalBeforeAssigningBit | Gael Guennebaud | 2008-04-05 |
* | * added cwise comparisons | Gael Guennebaud | 2008-04-03 |
* | -new: recursive costs system, useful to determine automatically | Benoit Jacob | 2008-04-03 |
* | * introducte recursive Flags system for the expressions | Benoit Jacob | 2008-03-30 |
* | * support for matrix-scalar quotient with integer scalar types. | Gael Guennebaud | 2008-03-21 |
* | - expand MathFunctions.h to provide more functions, like exp, log... | Benoit Jacob | 2008-03-14 |
* | get rid of MatrixRef, simplifications. | Benoit Jacob | 2008-03-13 |
* | a lot of renaming | Benoit Jacob | 2008-03-13 |
* | generalized ei_traits<>. | Benoit Jacob | 2008-03-12 |
* | big change: MatrixBase only takes one template parameter "Derived", the | Benoit Jacob | 2008-03-10 |
* | * Added support for a comma initializer: mat.block(i,j,2,2) << 1, 2, 3, 4; | Gael Guennebaud | 2008-03-08 |
* | * coefficient wise operators are more generic, with controllable result type. | Gael Guennebaud | 2008-03-06 |
* | renaming: ref() --> asArg() | Benoit Jacob | 2008-03-04 |
* | * Eigen compiles with any GCC versions from, at least, 3.3 without the previ... | Gael Guennebaud | 2008-03-04 |
* | * Added generic unary operators (replace Opposite and Conjugate) | Gael Guennebaud | 2008-03-03 |