aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products/SelfadjointMatrixMatrix.h
Commit message (Expand)AuthorAge
...
* overload operartor* with a ProductBase such that "scalar * (mat * mat)" is op...Gravatar Gael Guennebaud2009-08-11
* * implement a second level of micro blocking (faster for small sizes)Gravatar Gael Guennebaud2009-08-07
* more product refactoringGravatar Gael Guennebaud2009-08-06
* some cleaningGravatar Gael Guennebaud2009-07-24
* bugfix in SYMMGravatar Gael Guennebaud2009-07-22
* implement high level API for SYMM and fix a couple of bugs related to complexGravatar Gael Guennebaud2009-07-22
* * GEMM enhencement: no need to pre-transpose the rhsGravatar Gael Guennebaud2009-07-22
* more refactoring in the level3 productsGravatar Gael Guennebaud2009-07-22
* * refactoring of the matrix product into multiple small kernelsGravatar Gael Guennebaud2009-07-21