| Commit message (Expand) | Author | Age |
* | remove CoreDeclaration from the documentation | Gael Guennebaud | 2008-08-28 |
* | * temporarily remove doxygen customization, we'll see if that fix api.kde.org | Gael Guennebaud | 2008-08-28 |
* | doc + quick bug fix in Matrix ctor | Gael Guennebaud | 2008-08-28 |
* | * remove debug code commited by mistake in Assign | Gael Guennebaud | 2008-08-26 |
* | * move memory related stuff to util/Memory.h | Gael Guennebaud | 2008-08-26 |
* | * Add the possibility to customize the output of matrices, e.g.: | Gael Guennebaud | 2008-08-21 |
* | renamed inverseProduct => solveTriangular | Gael Guennebaud | 2008-08-09 |
* | * Big change in Block and Map: | Gael Guennebaud | 2008-08-09 |
* | fix compile errors with gcc 4.3: unresolved func call to | Benoit Jacob | 2008-08-03 |
* | * Rewrite the triangular solver so that we can take advantage of our efficien... | Gael Guennebaud | 2008-07-26 |
* | * Merge Extract and Part to the Part expression. | Gael Guennebaud | 2008-07-21 |
* | Add a *very efficient* evaluation path for both col-major matrix * vector | Gael Guennebaud | 2008-07-12 |
* | * added optimized paths for matrix-vector and vector-matrix products | Gael Guennebaud | 2008-07-09 |
* | the big Array/Cwise rework as discussed on the mailing list. The new API | Benoit Jacob | 2008-07-08 |
* | split sum away from redux and vectorize it. | Benoit Jacob | 2008-06-23 |
* | * split Product to a DiagonalProduct template specialization | Gael Guennebaud | 2008-06-15 |
* | Add QR and Cholesky module instantiations in the lib. | Gael Guennebaud | 2008-06-14 |
* | work around Doxygen bug triggered by r814874, which caused many classes to di... | Benoit Jacob | 2008-06-02 |
* | added an *optional* Eigen2 dynamic library. | Gael Guennebaud | 2008-05-31 |
* | moved purely "array" related stuff to a new module Array. | Gael Guennebaud | 2008-05-31 |
* | Added ArrayBit to get the ability to manipulate a Matrix like a simple scalar. | Gael Guennebaud | 2008-05-29 |
* | 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 |
* | part 2 of big change: rename Triangular.h -> Extract.h | Benoit Jacob | 2008-05-27 |
* | - introduce Part and Extract classes, splitting and extending the former | Benoit Jacob | 2008-05-27 |
* | 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 |
* | move arch-specific code to arch/SSE and arch/AltiVec subdirs. | Benoit Jacob | 2008-05-12 |
* | * Give Konstantinos a copyright line | Benoit Jacob | 2008-05-12 |
* | only include SSE3 headers if compiling with SSE3 support | Benoit Jacob | 2008-05-08 |
* | * Added ReferencableBit flag to known if coeffRef is available. | Gael Guennebaud | 2008-05-08 |
* | * split PacketMath.h to SSE and Altivec specific files | Gael Guennebaud | 2008-05-05 |
* | * Started support for unaligned vectorization. | Gael Guennebaud | 2008-05-05 |
* | * Patch by Konstantinos Margaritis: AltiVec vectorization. | Benoit Jacob | 2008-05-03 |
* | Removed ei_pload1, use posix_memalign to allocate aligned memory, | Gael Guennebaud | 2008-05-02 |
* | Added triangular assignement, e.g.: | Gael Guennebaud | 2008-04-26 |
* | Added Triangular expression to extract upper or lower (strictly or not) | Gael Guennebaud | 2008-04-26 |
* | Make the explicit vectorization much more flexible: | Gael Guennebaud | 2008-04-25 |
* | Fix a couple of issue with the vectorization. In particular, default ei_p* fu... | Gael Guennebaud | 2008-04-24 |
* | give up on OpenMP... for now | Benoit Jacob | 2008-04-18 |
* | * 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 |
* | added a vectorized version of Product::_cacheOptimalProduct, | Gael Guennebaud | 2008-04-10 |
* | * add typedefs for matrices/vectors with LargeBit | Benoit Jacob | 2008-04-10 |
* | split those files in util/ | Benoit Jacob | 2008-04-10 |
* | * 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 |