aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products/TriangularMatrixMatrix.h
Commit message (Expand)AuthorAge
...
* bugcount--, this time trmmGravatar Gael Guennebaud2010-03-06
* stride() => inner/outerStride()Gravatar Gael Guennebaud2010-03-06
* significant speedup in the matrix-matrix productsGravatar Gael Guennebaud2010-02-23
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* overload operartor* with a ProductBase such that "scalar * (mat * mat)" is op...Gravatar Gael Guennebaud2009-08-11
* implement a ProductBase class and, as a proof of concept, update TriangularPr...Gravatar Gael Guennebaud2009-08-04
* * Bye bye MultiplierBase, extend a bit AnyMatrixBase to allow =, +=, and -=Gravatar Gael Guennebaud2009-08-03
* fix typoGravatar Gael Guennebaud2009-07-29
* fix a couple of issues related to recent productsGravatar Gael Guennebaud2009-07-28
* improve the expression analyzer to bypass Transpose expressionGravatar Gael Guennebaud2009-07-28
* trmm is now fully working and available via TriangularView::operator*Gravatar Gael Guennebaud2009-07-27