aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/VectorwiseOp.h
Commit message (Expand)AuthorAge
...
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* Extend tutorial page on broadcasting to reflect recent changes.Gravatar Jitse Niesen2011-12-01
* Bugs 157 and 377 - General tightening/testing of vectorwise ops:Gravatar Benoit Jacob2011-11-18
* bug #157 - Implemented *= /= * / operations for VectorwiseOp (e.g. mat.colwis...Gravatar Kibeom Kim2011-11-17
* Document enums in Constants.h (bug #248).Gravatar Jitse Niesen2011-05-03
* import eigen2 Geometry module into Eigen2Support.Gravatar Benoit Jacob2011-01-24
* const-qualify template parameters representing const arguments to expressions.Gravatar Benoit Jacob2011-01-24
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...Gravatar Hauke Heibel2010-10-26
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* fix compilation on ubuntu 9.04's version of gcc 4.3 (yes, wtf)Gravatar Benoit Jacob2010-09-27
* Matrix product refactoring (rhs products only).Gravatar Hauke Heibel2010-08-19
* Various documentation improvements.Gravatar Jitse Niesen2010-07-06
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
* email changeGravatar Gael Guennebaud2010-06-24
* finish to merge Array into Core:Gravatar Gael Guennebaud2010-06-19