| Commit message (Expand) | Author | Age |
* | merge | Benoit Jacob | 2009-05-22 |
|\ |
|
| * | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
* | | * add a writable generic coeff wise expression (CwiseUnaryView) | Gael Guennebaud | 2009-05-20 |
|/ |
|
* | constant Diagonal ---> DiagonalBits | Benoit Jacob | 2009-05-10 |
* | add copyright on two public headers that are not so trivial... | Benoit Jacob | 2009-05-06 |
* | fix SSE2 detection on win64, reported by 'kajala' | Benoit Jacob | 2009-05-04 |
* | let the user disable alignment altogether by #defining EIGEN_DONT_ALIGN. | Benoit Jacob | 2009-05-03 |
* | add vectorization of sqrt for float | Gael Guennebaud | 2009-03-27 |
* | add SSE2 versions of sin, cos, log, exp using code from Julien | Gael Guennebaud | 2009-03-25 |
* | remove bad #include of SelfadjointRank2Update.h | Gael Guennebaud | 2009-03-05 |
* | big addons: | Gael Guennebaud | 2009-03-05 |
* | add ReturnByValue pseudo expression for in-place evaluation with a | Gael Guennebaud | 2009-03-04 |
* | * split CacheFriendlyProduct into multiple smaller files | Gael Guennebaud | 2009-02-21 |
* | * exit Sum.h, exit Prod.h, welcome vectorization of redux() ! | Gael Guennebaud | 2009-02-12 |
* | * add ei_predux_mul internal function | Gael Guennebaud | 2009-02-10 |
* | apply Ricard patch for Reverse with minor modifications | Gael Guennebaud | 2009-02-06 |
* | #error if min or max is defined | Benoit Jacob | 2009-01-19 |
* | fix potential compilation issue on MSVC + no vectorization | Benoit Jacob | 2009-01-10 |
* | * Added aligned_allocator for using 16-byte aligned types with STL containers... | Kenneth Frank Riddile | 2009-01-09 |
* | Patch by Kenneth Riddile: disable MSVC warnings, reenable them outside | Benoit Jacob | 2008-12-18 |
* | * throw bad_alloc if exceptions are enabled, after patch by Kenneth Riddile | Benoit Jacob | 2008-12-16 |
* | Finally work around enough of MSVC preprocessor dumbness so that it actually ... | Benoit Jacob | 2008-12-15 |
* | work around the braindead msvc preprocessor | Benoit Jacob | 2008-12-15 |
* | Fix detection of SSE2 with MSVC. | Benoit Jacob | 2008-12-15 |
* | Fix memory alignment (hence vectorization) on MSVC thanks to help from Armin ... | Benoit Jacob | 2008-12-15 |
* | 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 |