aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/VectorwiseOp.h
Commit message (Expand)AuthorAge
* Removed executable bit from header filesGravatar Benoit Steiner2016-03-23
* bug #96, bug #1006: fix by value argument in result_of.Gravatar Gael Guennebaud2016-01-28
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* Remove useless "explicit", and fix inline/static order.Gravatar Gael Guennebaud2015-12-11
* Fix some CUDA issuesGravatar Gael Guennebaud2015-10-08
* Properly implement PartialReduxExpr on top of evaluators, and fix multiple ev...Gravatar Gael Guennebaud2015-10-08
* Add support for row/col-wise lpNorm()Gravatar Gael Guennebaud2015-09-28
* Fix typo in Vectowise::any()Gravatar Gael Guennebaud2015-09-16
* Fixed some compiler bugs in NVCC, now compiles with CUDA.Gravatar Jonas Adler2015-07-22
* Add support for replicate in CUDAGravatar Gael Guennebaud2015-07-20
* Clean some previous changes and more cuda fixesGravatar Gael Guennebaud2015-07-15
* Add missing EIGEN_DEVICE_FUNCGravatar Nicolas Mellado2015-07-15
* Get rid of must_nest_by_valueGravatar Gael Guennebaud2015-06-19
* Get rid of class internal::nested<> (still have to updated Tensor module)Gravatar Gael Guennebaud2015-06-19
* Add row/column-wise reverseInPlace feature.Gravatar Gael Guennebaud2015-03-31
* Fix some calls to result_of on binary functors as unary ones.Gravatar Gael Guennebaud2015-02-19
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* bug #697: make sure empty classes are at the end in case of multiple inheritenceGravatar Gael Guennebaud2014-12-02
* member_redux constructor is explicit too. Renamed some typedefs for more cons...Gravatar Christoph Hertzberg2014-09-23
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* merge with default branchGravatar Gael Guennebaud2014-07-02
|\
| * Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
* | Move evaluation related flags from traits to evaluator and fix evaluators of ...Gravatar Gael Guennebaud2014-03-12
* | Move CoeffReadCost mechanism to evaluatorsGravatar Gael Guennebaud2014-03-10
|/
* Fix cost evaluation of partial reduxions -> improve performance of vectorwise...Gravatar Gael Guennebaud2013-08-11
* doc: Explain type of result for VectorwiseOp member functions.Gravatar Jitse Niesen2013-08-06
* bug #564: document the fact that minCoeff/maxCoeff members have undefined beh...Gravatar Gael Guennebaud2013-04-09
* Fix bug #562: add vector-wise normalized and normalize functionsGravatar Gael Guennebaud2013-04-09
* Fix a couple of remaining warnings (missing newlines, inline-noinline, meanin...Gravatar Gael Guennebaud2013-03-01
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* 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