aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products
Commit message (Expand)AuthorAge
* finally directly calling the low-level products is fasterGravatar Gael Guennebaud2009-07-10
* commit woking versions of triangular solvers naturallyGravatar Gael Guennebaud2009-07-09
* started to simplify the triangular solversGravatar Gael Guennebaud2009-07-09
* ok now all the complex mat-mat and mat-vec products involving conjugate,Gravatar Gael Guennebaud2009-07-08
* conjugate expressions are now properly caught by ProductGravatar Gael Guennebaud2009-07-07
* * take advantage of new possibilies in LLT (mat -= product)Gravatar Gael Guennebaud2009-07-07
* * extended the cache friendly products to support C = alpha * A * M and C += ...Gravatar Gael Guennebaud2009-07-07
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* more MSVC fixes: restrict keywords (sorry for all these commits)Gravatar Gael Guennebaud2009-03-17
* more MSVC fixes (asm comments...)Gravatar Gael Guennebaud2009-03-17
* fix a few compilation errors and warnings (ICC)Gravatar Gael Guennebaud2009-03-11
* big addons:Gravatar Gael Guennebaud2009-03-05
* performance improvement: rewrite of the matrix-matrix product followingGravatar Gael Guennebaud2009-03-02
* improve WIP new matrix productGravatar Gael Guennebaud2009-02-27
* * split CacheFriendlyProduct into multiple smaller filesGravatar Gael Guennebaud2009-02-21