| Commit message (Expand) | Author | Age |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | renaming: ei_matrix_storage -> DenseStorage | Benoit Jacob | 2010-10-20 |
* | email change | Gael Guennebaud | 2010-06-24 |
* | finish to merge Array into Core: | Gael Guennebaud | 2010-06-19 |
* | Fix a couple of issue with the vectorization. In particular, default ei_p* fu... | Gael Guennebaud | 2008-04-24 |
* | Added initial experimental support for explicit vectorization. | Gael Guennebaud | 2008-04-09 |
* | current state of the mess. One line fails in the tests, and | Benoit Jacob | 2008-04-03 |
* | -new: recursive costs system, useful to determine automatically | Benoit Jacob | 2008-04-03 |
* | Make use of the LazyBit, introduce .lazy(), remove lazyProduct. | Benoit Jacob | 2008-03-31 |
* | * 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 |
* | rework Identity API: no longer restricted to square matrices | Benoit Jacob | 2008-01-11 |
* | -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: 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 |
* | - make MatrixBase and all expressions aware of their preferred traversal order. | Benoit Jacob | 2008-01-05 |
* | more documentation, 12 more code snippets | Benoit Jacob | 2008-01-03 |
* | cleanup: remove copy contructors when the compiler is able to generate a sati... | Benoit Jacob | 2007-12-31 |
* | move Core/ to a src/ subdir, in preparation for following changes | Benoit Jacob | 2007-12-28 |