aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products/SelfadjointMatrixMatrix.h
Commit message (Expand)AuthorAge
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* fix memory leak when a custom scalar throw an exceptionGravatar Gael Guennebaud2011-03-19
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* sync with default branchGravatar Gael Guennebaud2010-07-22
|\
* | fix trmm and symm wrt lhs packingGravatar Gael Guennebaud2010-07-20
* | fix lhs packing in the case of real * complex productsGravatar Gael Guennebaud2010-07-19
* | * fix a couple of remaining issues with previous commit,Gravatar Gael Guennebaud2010-07-19
* | matrix product: move the alpha factor to gebp instead of the packing,Gravatar Gael Guennebaud2010-07-12
* | compilation fixGravatar Gael Guennebaud2010-07-08
* | support for real * complex matrix product - step 1 (works for some special ca...Gravatar Gael Guennebaud2010-07-07
| * fix hemm to not use the imaginary part of the diagonal entriesGravatar Gael Guennebaud2010-07-17
|/
* add support for vectorized conjugated productsGravatar Gael Guennebaud2010-07-06
* email changeGravatar Gael Guennebaud2010-06-24
* fix symmGravatar Gael Guennebaud2010-06-24
* * makes all product use the new API to set the blocking sizesGravatar Gael Guennebaud2010-06-22
* the Index types change.Gravatar Benoit Jacob2010-05-30
* stride() => inner/outerStride()Gravatar Gael Guennebaud2010-03-06
* fix symmGravatar Gael Guennebaud2010-03-06
* merge with default branchGravatar Gael Guennebaud2010-03-04
|\
| * selfadjoint: do not reference the imaginary part of the diagonalGravatar Gael Guennebaud2010-03-02
* | significant speedup in the matrix-matrix productsGravatar Gael Guennebaud2010-02-23
|/
* Get rid off GCC warning on comparing enums from different types.Gravatar Jitse Niesen2010-01-19
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* make some changes to please clang, fix some warnings too.Gravatar Thomas Capricelli2010-01-04
* 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