| Commit message (Expand) | Author | Age |
* | more product refactoring | Gael Guennebaud | 2009-08-06 |
* | implement a ProductBase class and, as a proof of concept, update TriangularPr... | Gael Guennebaud | 2009-08-04 |
* | synch with main branch | Gael Guennebaud | 2009-07-28 |
|\ |
|
* | | trmm is now working in all storage order configurations | Gael Guennebaud | 2009-07-27 |
* | | The new trsm is working very very well (read very fast) for | Gael Guennebaud | 2009-07-25 |
* | | Implement efficient sefladjoint product (aka SYRK) : C += alpha * U U^T | Gael Guennebaud | 2009-07-23 |
* | | more refactoring in the level3 products | Gael Guennebaud | 2009-07-22 |
* | | * refactoring of the matrix product into multiple small kernels | Gael Guennebaud | 2009-07-21 |
| * | re-implement stableNorm using a homemade blocky and | Gael Guennebaud | 2009-07-17 |
* | | started an implementation of BandMatrix: at least the read/write access | Gael Guennebaud | 2009-07-14 |
* | | synch with main devel branch | Gael Guennebaud | 2009-07-14 |
|\| |
|
* | | some cleaning/renaming is Triangular/SelfadjointView | Gael Guennebaud | 2009-07-14 |
* | | add triangular * vector product | Gael Guennebaud | 2009-07-13 |
* | | Add an efficient rank2 update function (like the level2 blas xSYR2 routine). | Gael Guennebaud | 2009-07-11 |
| * | Set of fixes and workaround to make sun studio more happy. | Gael Guennebaud | 2009-07-10 |
* | | * bybye Part, welcome TriangularView and SelfAdjointView. | Gael Guennebaud | 2009-07-06 |
| * | add a VectorBlock expr as a specialization of Block | Gael Guennebaud | 2009-07-05 |
* | | new implementation of diagonal matrices and diagonal matrix expressions | Benoit Jacob | 2009-06-28 |
|/ |
|
* | 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 |