aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Product.h
Commit message (Expand)AuthorAge
...
* 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
* | * bugfixes in Product, and test/product_selfadjointGravatar Gael Guennebaud2009-07-16
* | synch with main devel branchGravatar Gael Guennebaud2009-07-15
|\|
| * fix issue #25 : the problem was that we assumed Dynamic was a multiple of a p...Gravatar Gael Guennebaud2009-07-15
* | synch with main devel branchGravatar Gael Guennebaud2009-07-14
|\|
* | Add an efficient rank2 update function (like the level2 blas xSYR2 routine).Gravatar Gael Guennebaud2009-07-11
| * more sun studio fixesGravatar Gael Guennebaud2009-07-10
| * Set of fixes and workaround to make sun studio more happy.Gravatar Gael Guennebaud2009-07-10
* | 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
* | started to catch scalar multiple and conjugate xpr in ProductGravatar Gael Guennebaud2009-07-07
* | * change the nesting order of adjoint_return_type toGravatar Gael Guennebaud2009-07-07
* | * extended the cache friendly products to support C = alpha * A * M and C += ...Gravatar Gael Guennebaud2009-07-07
* | * bybye Part, welcome TriangularView and SelfAdjointView.Gravatar Gael Guennebaud2009-07-06
* | new implementation of diagonal matrices and diagonal matrix expressionsGravatar Benoit Jacob2009-06-28
|/
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* constant Diagonal ---> DiagonalBitsGravatar Benoit Jacob2009-05-10