aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Array/CwiseOperators.h
Commit message (Expand)AuthorAge
* * move cwise *= and /= to Core (like * and /)Gravatar Benoit Jacob2009-01-12
* add cwise operator *= and /=.Gravatar Benoit Jacob2009-01-11
* Add coeff-wise comparisons to scalar operators. You can now write:Gravatar Gael Guennebaud2008-09-03
* * doc improvements in Cwise and PartialRedux:Gravatar Benoit Jacob2008-08-19
* Several compilation fixes for MSVC and NVCC, basically:Gravatar Gael Guennebaud2008-07-29
* Add .perpendicular() function in Geometry module (adapted from Eigen1)Gravatar Gael Guennebaud2008-07-22
* the big Array/Cwise rework as discussed on the mailing list. The new APIGravatar Benoit Jacob2008-07-08
* 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