aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/ProductBase.h
Commit message (Expand)AuthorAge
...
* | extend the DenseStorageMatrix mechanism to all expressionsGravatar Gael Guennebaud2009-12-22
* | a couple of fixes and cleaningGravatar Gael Guennebaud2009-12-17
| * Warning 4512 (assignment operators could not be generated) is now simply disa...Gravatar Hauke Heibel2009-12-14
* | add a DenseBase class for MAtrixBase and ArrayBase and more code factorisationGravatar Gael Guennebaud2009-12-04
| * Removed unnecessary code.Gravatar Hauke Heibel2009-12-02
* | Experiment the ET refactoring on Transpose for Dense and Sparse storages.Gravatar Gael Guennebaud2009-11-16
|/
* Added private, non-implemented assignment operators to functions that don't n...Gravatar Hauke Heibel2009-09-27
* * add real scalar * complex matrix, real matrix * complex scalar,Gravatar Gael Guennebaud2009-09-04
* bugfix in compute_matrix_flags, optimization in LU,Gravatar Gael Guennebaud2009-08-16
* rename back MayAliasBit to EvalBeforeAssigningBitGravatar Gael Guennebaud2009-08-16
* As proposed on the list:Gravatar Gael Guennebaud2009-08-15
* my previous fix was not very goodGravatar Gael Guennebaud2009-08-15
* bugfix and compilation fix in ProductBaseGravatar Gael Guennebaud2009-08-15
* overload operartor* with a ProductBase such that "scalar * (mat * mat)" is op...Gravatar Gael Guennebaud2009-08-11
* big refactoring in Product.h:Gravatar Gael Guennebaud2009-08-05
* implement a ProductBase class and, as a proof of concept, update TriangularPr...Gravatar Gael Guennebaud2009-08-04