aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Product.h
Commit message (Expand)AuthorAge
* update the product selection logic to use the Max* sizesGravatar Gael Guennebaud2010-03-08
* stride() => inner/outerStride()Gravatar Gael Guennebaud2010-03-06
* pff I introduced much too many bugs latey, count--Gravatar Gael Guennebaud2010-03-06
* add a small program to bench all combinations of small productsGravatar Gael Guennebaud2010-03-05
* Adapted the comment and removed it from the public dox.Gravatar Hauke Heibel2010-03-03
* product selector: the symmetric caseGravatar Gael Guennebaud2010-03-02
* Added a comment to prevent placing an EIGEN_STRONG_INLINE where it makes no s...Gravatar Hauke Heibel2010-03-02
* Changed product type selector to fix perf regression.Gravatar Eamon Nerbonne2010-03-02
* update matrix product selection rules for 1xSmallxLarge and the transposed caseGravatar Gael Guennebaud2010-02-25
* fix stupid enum valuesGravatar Gael Guennebaud2010-02-19
* finally here is a simple solution making (a*b).diagonal() even faster than a....Gravatar Gael Guennebaud2010-02-10
* document lazyProductGravatar Gael Guennebaud2010-02-09
* * as promised, remove the "optimization" for Product::diagonal()Gravatar Gael Guennebaud2010-02-09
* fix nesting lazy prod by refGravatar Gael Guennebaud2010-02-09
* * fix multiple temporary copies for coeff based productsGravatar Gael Guennebaud2010-02-09
* s/UnrolledProduct/CoeffBasedProductGravatar Gael Guennebaud2010-02-09
* * resurected Flagged from Eigen2SupportGravatar Gael Guennebaud2010-02-04
* optiization: make hybrid small/large outer products use the unrolled pathGravatar Gael Guennebaud2010-02-04
* use unrolled product path for small outer productGravatar Gael Guennebaud2010-01-31
* Fixed the ProductReturnType (at least for UnrolledProducts).Gravatar Hauke Heibel2010-01-12
* Add a real plain matrix type to the ei_nested declaration used in product ret...Gravatar Hauke Heibel2010-01-12
* merge with default branchGravatar Gael Guennebaud2009-12-22
|\
| * support gcc 4.5Gravatar Benoit Jacob2009-12-21
| * Warning 4512 (assignment operators could not be generated) is now simply disa...Gravatar Hauke Heibel2009-12-14
* | Another big refactoring change:Gravatar Gael Guennebaud2009-11-18
|/
* better fix for (v * v') * v, we still have to find a way to reorder itGravatar Gael Guennebaud2009-10-01
* add outerproduct coeff(int,int) method.Gravatar Benoit Jacob2009-09-29
* Added private, non-implemented assignment operators to functions that don't n...Gravatar Hauke Heibel2009-09-27
* * add a HouseholderSequence class (not good enough yet for Triadiagonalizatio...Gravatar Gael Guennebaud2009-09-16
* * add real scalar * complex matrix, real matrix * complex scalar,Gravatar Gael Guennebaud2009-09-04
* update mixingtype unit test to reflect current status, but it is still clearGravatar Gael Guennebaud2009-09-03
* Fix serious bug discovered with gcc 4.2Gravatar Gael Guennebaud2009-09-03
* Fixed a cast warning in scaleAndAddTo.Gravatar Hauke Heibel2009-08-31
* add coeff(int,int), coeff(int) and value() functions to the inner product spe...Gravatar Gael Guennebaud2009-08-26
* work around internal compiler error with gcc 4.1 and 4.2, reported on the forumGravatar Benoit Jacob2009-08-20
* make HouseholderQR uses the Householder moduleGravatar Gael Guennebaud2009-08-16
* bugfix in inner-product specialization,Gravatar Gael Guennebaud2009-08-15
* overload operartor* with a ProductBase such that "scalar * (mat * mat)" is op...Gravatar Gael Guennebaud2009-08-11
* compilation fix in EigenSolver,Gravatar Gael Guennebaud2009-08-06
* fix a couple of compilations issuesGravatar Gael Guennebaud2009-08-06
* more product refactoringGravatar Gael Guennebaud2009-08-06
* implement the missing outer product,Gravatar Gael Guennebaud2009-08-05
* big refactoring in Product.h:Gravatar Gael Guennebaud2009-08-05
* * Bye bye MultiplierBase, extend a bit AnyMatrixBase to allow =, +=, and -=Gravatar Gael Guennebaud2009-08-03
* fix a couple of issues related to recent productsGravatar Gael Guennebaud2009-07-28
* synch with main branchGravatar Gael Guennebaud2009-07-28
|\
* | improve the expression analyzer to bypass Transpose expressionGravatar Gael Guennebaud2009-07-28
* | * GEMM enhencement: no need to pre-transpose the rhsGravatar Gael Guennebaud2009-07-22
* | more refactoring in the level3 productsGravatar Gael Guennebaud2009-07-22
| * bugfix in operator*= (matrix product)Gravatar Gael Guennebaud2009-07-20