aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Array/Functors.h
Commit message (Expand)AuthorAge
* much better workaround for empty struct (the previous one caused GCC 4.3 to g...Gravatar Gael Guennebaud2009-12-18
* * fix aliasing checks when the lhs is also transposed. At the same time,Gravatar Gael Guennebaud2009-12-16
* Warning 4512 (assignment operators could not be generated) is now simply disa...Gravatar Hauke Heibel2009-12-14
* Added to possibility to compile unit tests at maximum warning level.Gravatar Hauke Heibel2009-12-12
* add logAbsDeterminant()Gravatar Benoit Jacob2009-08-24
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* add vectorization of sqrt for floatGravatar Gael Guennebaud2009-03-27
* * enable vectorization of sin, cos, etc. by default with an option toGravatar Gael Guennebaud2009-03-26
* * QR: add a rank() method and improve the accuracy of the rankGravatar Gael Guennebaud2009-01-20
* * patch from Konstantinos Margaritis: bugfix in Altivec version of ei_pdivGravatar Gael Guennebaud2008-08-25
* bugfix from Timothy Hunter s/ei_div/ei_pdivGravatar Gael Guennebaud2008-08-22
* removed the packet specializations of some functorsGravatar Gael Guennebaud2008-07-31
* - many updates after Cwise changeGravatar Benoit Jacob2008-07-08
* the big Array/Cwise rework as discussed on the mailing list. The new APIGravatar Benoit Jacob2008-07-08
* * added a pseudo expression Array giving access to:Gravatar Gael Guennebaud2008-06-20
* * Block: row and column expressions in the inner directionGravatar Benoit Jacob2008-06-16
* big changes in Doxygen configuration; work around bug with doxygen parsing ofGravatar Benoit Jacob2008-06-02
* added optimized matrix times diagonal matrix product via Diagonal flag shortcut.Gravatar Gael Guennebaud2008-05-31
* moved purely "array" related stuff to a new module Array.Gravatar Gael Guennebaud2008-05-31