aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/DiagonalProduct.h
Commit message (Expand)AuthorAge
* get rid of NestParentByRefBitGravatar Gael Guennebaud2010-02-08
* Introduced NestParentByRefBit and NestByRefBit - this should fix temporaries ...Gravatar Hauke Heibel2010-02-06
* lot of cleaning:Gravatar Gael Guennebaud2010-01-22
* extend the DenseStorageMatrix mechanism to all expressionsGravatar Gael Guennebaud2009-12-22
* Experiment the ET refactoring on Transpose for Dense and Sparse storages.Gravatar Gael Guennebaud2009-11-16
* * add PermutationMatrixGravatar Benoit Jacob2009-11-15
* extend mixingtype test to check diagonal products and fix the later for real*...Gravatar Gael Guennebaud2009-09-04
* fully vectorize DiagonalProductGravatar Benoit Jacob2009-06-29
* 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
* Big change in DiagonalMatrix and Geometry/Scaling:Gravatar Gael Guennebaud2009-01-28
* * remove set(), revert to old behavior where = resizesGravatar Benoit Jacob2009-01-21
* * fix in IO.h, a useless copy was made because of assignment fromGravatar Benoit Jacob2008-12-18
* bugfix in DiagonalProduct: a "DiagonalProduct<SomeXpr>" expressionGravatar Gael Guennebaud2008-12-10
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* doc and use sed to clean the class hierarchy instead ofGravatar Gael Guennebaud2008-08-28
* * move memory related stuff to util/Memory.hGravatar Gael Guennebaud2008-08-26
* * remove LargeBit and related stuffGravatar Gael Guennebaud2008-08-23
* change derived classes methods from "private:_method()"Gravatar Benoit Jacob2008-06-26
* * add bench/benchVecAdd.cpp by Gael, fix crash (ei_pload on non-aligned)Gravatar Benoit Jacob2008-06-26
* * refactoring of Product:Gravatar Gael Guennebaud2008-06-19
* * Block: row and column expressions in the inner directionGravatar Benoit Jacob2008-06-16
* * split Product to a DiagonalProduct template specializationGravatar Gael Guennebaud2008-06-15