| Commit message (Expand) | Author | Age |
* | add a generic mechanism to copy a special matrix to a dense matrix so that | Gael Guennebaud | 2009-07-07 |
* | * update sparse module wrt new diagonal matrix impl | Gael Guennebaud | 2009-07-04 |
* | new implementation of diagonal matrices and diagonal matrix expressions | Benoit Jacob | 2009-06-28 |
* | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
* | constant Diagonal ---> DiagonalBits | Benoit Jacob | 2009-05-10 |
* | ok, this time cast should really work ; sorry for the noise | Gael Guennebaud | 2009-04-29 |
* | add DiagonalMatrix setZero and resize functions | Gael Guennebaud | 2009-02-09 |
* | fix MSVC stupid warnings | Gael Guennebaud | 2009-01-29 |
* | add MatrixBase::stableNorm() avoiding over/under-flow | Gael Guennebaud | 2009-01-28 |
* | * make sum and redux honor EvalBeforeNestingBit too | Gael Guennebaud | 2009-01-28 |
* | Big change in DiagonalMatrix and Geometry/Scaling: | Gael Guennebaud | 2009-01-28 |
* | * clarify the situation with experimental parts | Benoit Jacob | 2009-01-19 |
* | * replace postfix ++ by prefix ++ wherever that makes sense in Eigen/ | Benoit Jacob | 2008-12-17 |
* | bugfix in DiagonalProduct: a "DiagonalProduct<SomeXpr>" expression | Gael Guennebaud | 2008-12-10 |
* | Update e-mail address | Benoit Jacob | 2008-11-24 |
* | * Add Hyperplane::transform(Matrix/Transform) | Gael Guennebaud | 2008-08-31 |
* | doc and use sed to clean the class hierarchy instead of | Gael Guennebaud | 2008-08-28 |
* | * move memory related stuff to util/Memory.h | Gael Guennebaud | 2008-08-26 |
* | Added an automatically generated list of selected examples in the documentation. | Gael Guennebaud | 2008-07-19 |
* | change derived classes methods from "private:_method()" | Benoit Jacob | 2008-06-26 |
* | meagre outcome for so much time spent! | Benoit Jacob | 2008-06-01 |
* | added optimized matrix times diagonal matrix product via Diagonal flag shortcut. | Gael Guennebaud | 2008-05-31 |
* | * find the proper way of nesting the expression in Flagged: | Benoit Jacob | 2008-05-28 |
* | 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 |
* | fix flag and cost computations for nested expressions | Gael Guennebaud | 2008-05-01 |
* | Added Triangular expression to extract upper or lower (strictly or not) | Gael Guennebaud | 2008-04-26 |
* | Fix a couple of issue with the vectorization. In particular, default ei_p* fu... | Gael Guennebaud | 2008-04-24 |
* | * rename XprCopy -> Nested | Benoit Jacob | 2008-04-10 |
* | Added initial experimental support for explicit vectorization. | Gael Guennebaud | 2008-04-09 |
* | -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 |
* | * #define EIGEN_NDEBUG now also disables asserts. Useful | Benoit Jacob | 2008-03-26 |
* | 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 |
* | 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 |
* | Relicense --> dual-license LGPL3+/GPL2+ | Benoit Jacob | 2008-02-28 |
* | prefix global functions with ei_ as previous solution was rather | Benoit Jacob | 2008-02-28 |
* | alpha 3.1. in this commit: | Benoit Jacob | 2008-01-15 |
* | big architecture change dissociating "actual" dimensions from "maximum possible" | Benoit Jacob | 2008-01-13 |
* | -add set...() methods and their documentation; remove Generic | Benoit Jacob | 2008-01-11 |
* | switch to enums everywhere | Benoit Jacob | 2008-01-10 |
* | Ready for alpha2 release. | Benoit Jacob | 2008-01-07 |
* | move default parameter values from function definition to function declaration. | Benoit Jacob | 2008-01-06 |
* | - move: DerivedTraits becomes MatrixBase::Traits | Benoit Jacob | 2008-01-06 |
* | remove all the _Order mechanics, now we are always traversing matrices in | Benoit Jacob | 2008-01-06 |
* | Patch by Gael Guennebaud, making Eigen compatible with the Intel compiler (icc). | Benoit Jacob | 2008-01-06 |