| Commit message (Expand) | Author | Age |
* | Update e-mail address | Benoit Jacob | 2008-11-24 |
* | add transposeInPlace (not optimized yet for rectangular matrix) | Gael Guennebaud | 2008-10-29 |
* | 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 optimized paths for matrix-vector and vector-matrix products | Gael Guennebaud | 2008-07-09 |
* | * added innerSize / outerSize functions to MatrixBase | Gael Guennebaud | 2008-06-28 |
* | various work on the Sparse module: | Gael Guennebaud | 2008-06-26 |
* | change derived classes methods from "private:_method()" | Benoit Jacob | 2008-06-26 |
* | * Block: row and column expressions in the inner direction | Benoit Jacob | 2008-06-16 |
* | * Big rework of Assign.h: | Benoit Jacob | 2008-06-16 |
* | * split Product to a DiagonalProduct template specialization | Gael Guennebaud | 2008-06-15 |
* | * Added a generalized eigen solver for the selfadjoint case. | Gael Guennebaud | 2008-06-14 |
* | * added _*coeffRef members in NestedByValue | Gael Guennebaud | 2008-05-28 |
* | hehe, the complicated nesting scheme in Flagged in the previous commit | Benoit Jacob | 2008-05-28 |
* | * find the proper way of nesting the expression in Flagged: | Benoit Jacob | 2008-05-28 |
* | - introduce Part and Extract classes, splitting and extending the former | Benoit Jacob | 2008-05-27 |
* | remove Like1DArrayBit in Transpose | Gael Guennebaud | 2008-05-22 |
* | Introduce generic Flagged xpr, remove already Lazy.h and Temporary.h | Benoit Jacob | 2008-05-14 |
* | * Added several cast to int of the enums (needed for some compilers) | Gael Guennebaud | 2008-05-12 |
* | put inline keywords everywhere appropriate. So we don't need anymore to pass | Benoit Jacob | 2008-05-12 |
* | * Draft of a eigenvalues solver | Gael Guennebaud | 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 |
* | * rename XprCopy -> Nested | Benoit Jacob | 2008-04-10 |
* | Added initial experimental support for explicit vectorization. | Gael Guennebaud | 2008-04-09 |
* | * make use of the EvalBeforeNestingBit and EvalBeforeAssigningBit | Gael Guennebaud | 2008-04-05 |
* | -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 |
* | 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 |
* | * Added generic unary operators (replace Opposite and Conjugate) | Gael Guennebaud | 2008-03-03 |
* | Relicense --> dual-license LGPL3+/GPL2+ | 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 |
* | 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 |
* | 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 |