aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Array/VectorwiseOp.h
Commit message (Expand)AuthorAge
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
|\
* | fix a coupe of warningsGravatar Gael Guennebaud2010-01-05
| * make some changes to please clang, fix some warnings too.Gravatar Thomas Capricelli2010-01-04
* | port VectorwiseOp and Swap to the novel mechanisms, and various cleanningGravatar Gael Guennebaud2010-01-04
* | merge with default branchGravatar Gael Guennebaud2009-12-22
|\|
* | extend the DenseStorageMatrix mechanism to all expressionsGravatar Gael Guennebaud2009-12-22
| * much better workaround for empty struct (the previous one caused GCC 4.3 to g...Gravatar Gael Guennebaud2009-12-18
| * 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
* | adapt select, replicate and reverseGravatar Gael Guennebaud2009-12-10
| * Much more NestByValue cleanup.Gravatar Hauke Heibel2009-12-01
| * Removed NestByValue dependency from VectorwiseOp.Gravatar Hauke Heibel2009-12-01
| * export stableNorm(), blueNorm() and hypotNorm() to colwise() and rowwise()Gravatar Thomas Capricelli2009-11-26
* | Experiment the ET refactoring on Transpose for Dense and Sparse storages.Gravatar Gael Guennebaud2009-11-16
|/
* corrected the computation cost of meanGravatar Hauke Heibel2009-10-29
* added mean() reductionGravatar Hauke Heibel2009-10-29
* Fixed more W4 warnings.Gravatar Hauke Heibel2009-10-14
* add missing PartialReduxExpr::coeff(index) functionGravatar Gael Guennebaud2009-10-13
* small fixesGravatar Benoit Jacob2009-08-03
* Set of fixes and workaround to make sun studio more happy.Gravatar Gael Guennebaud2009-07-10
* * rename PartialRedux to VectorwiseOpGravatar Gael Guennebaud2009-06-10