aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/CacheFriendlyProduct.h
Commit message (Expand)AuthorAge
* spelling + some krazy directivesGravatar Gael Guennebaud2008-08-28
* bugfix in Product and ei_L2_block_traitsGravatar Gael Guennebaud2008-08-24
* * split Meta.h to Meta.h (generic meta programming) and XprHelper.h (relates ...Gravatar Gael Guennebaud2008-08-24
* * Add the possibility to customize the output of matrices, e.g.:Gravatar Gael Guennebaud2008-08-21
* * Fix CMakeLists.txt issue with SVDGravatar Gael Guennebaud2008-08-20
* Various compilation fixes for MSVC 9. All tests compile but someGravatar Gael Guennebaud2008-08-19
* only use alloca on linux. Use malloc on other platforms. Needed for mingwGravatar Benoit Jacob2008-08-18
* * Big change in Block and Map:Gravatar Gael Guennebaud2008-08-09
* fix two perf issues in product.Gravatar Gael Guennebaud2008-08-03
* Added a ei_palign function align a packet from two others.Gravatar Gael Guennebaud2008-08-03
* Optimizations:Gravatar Gael Guennebaud2008-08-01
* removed the packet specializations of some functorsGravatar Gael Guennebaud2008-07-31
* fix some internal asserts in CacheFrinedlyProductGravatar Gael Guennebaud2008-07-27
* bugfix in some internal asserts of CacheFriendlyProductGravatar Gael Guennebaud2008-07-26
* update the inverse test a littleGravatar Benoit Jacob2008-07-26
* * Fix some complex alignment issues in the cache friendly matrix-vector produ...Gravatar Gael Guennebaud2008-07-23
* * Fix a couple of issues related to the recent cache friendly productsGravatar Gael Guennebaud2008-07-19
* Optimization: added super efficient rowmajor * vector product (and vector * c...Gravatar Gael Guennebaud2008-07-13
* * Optimization: added a specialization of Block for xpr with DirectAccessBitGravatar Gael Guennebaud2008-07-12
* Add a *very efficient* evaluation path for both col-major matrix * vectorGravatar Gael Guennebaud2008-07-12
* various work on the Sparse module:Gravatar Gael Guennebaud2008-06-26
* added an *optional* Eigen2 dynamic library.Gravatar Gael Guennebaud2008-05-31
* * change Flagged to take into account NestByValue onlyGravatar Gael Guennebaud2008-05-28
* * Draft of a eigenvalues solverGravatar Gael Guennebaud2008-05-12