| Commit message (Expand) | Author | Age |
* | * Fix a couple of issues related to the recent cache friendly products | Gael Guennebaud | 2008-07-19 |
* | * fix compilation issue in Product | Gael Guennebaud | 2008-07-02 |
* | * update CMakeLists, only build instantiations if TEST_LIB is defined | Benoit Jacob | 2008-06-27 |
* | * rework Map, allow vectorization | Benoit Jacob | 2008-06-27 |
* | various work on the Sparse module: | Gael Guennebaud | 2008-06-26 |
* | 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 |
* | Override MatrixBase::eval() since matrices don't need | Benoit Jacob | 2008-06-20 |
* | * Block: row and column expressions in the inner direction | Benoit Jacob | 2008-06-16 |
* | * Big rework of Assign.h: | Benoit Jacob | 2008-06-16 |
* | * even though the _Flags default to the corrected value, still correct | Benoit Jacob | 2008-06-13 |
* | * make the _Flags template parameter of Matrix default to the corrected | Benoit Jacob | 2008-06-13 |
* | meagre outcome for so much time spent! | Benoit Jacob | 2008-06-01 |
* | * fix the QR module to use extract/part instead of the previous triangular stuff | Gael Guennebaud | 2008-05-27 |
* | 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 |
* | Make the explicit vectorization much more flexible: | Gael Guennebaud | 2008-04-25 |
* | - add _packetCoeff() to Inverse, allowing vectorization. | Benoit Jacob | 2008-04-16 |
* | when evaluating an xpr, the result can now be vectorizable | Benoit Jacob | 2008-04-14 |
* | * Start of the LU module, with matrix inversion already there and | Benoit Jacob | 2008-04-14 |
* | Merge Gael's experimental OpenMP parallelization support into Assign.h. | Benoit Jacob | 2008-04-11 |
* | * add typedefs for matrices/vectors with LargeBit | 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 |
* | * #define EIGEN_NDEBUG now also disables asserts. Useful | Benoit Jacob | 2008-03-26 |
* | * support for matrix-scalar quotient with integer scalar types. | Gael Guennebaud | 2008-03-21 |
* | 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 |
* | Patch by Gael Guennebaud: | Benoit Jacob | 2008-02-29 |
* | Relicense --> dual-license LGPL3+/GPL2+ | Benoit Jacob | 2008-02-28 |
* | alpha 3.1. in this commit: | Benoit Jacob | 2008-01-15 |
* | Eval is now implemented like the other expression types, it no longer | Benoit Jacob | 2008-01-14 |
* | re-optimize Matrix::resize(), add some comments | Benoit Jacob | 2008-01-14 |
* | cleanup in Eval; instead introduce convenient typedefs in Matrix | Benoit Jacob | 2008-01-14 |
* | 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 |
* | revert most of previous commit. It really is better to forbid default | Benoit Jacob | 2008-01-08 |
* | Revert to allowing default Matrix constructor even for dynamic size (which is | Benoit Jacob | 2008-01-07 |
* | 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 |