aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/SelfCwiseBinaryOp.h
Commit message (Expand)AuthorAge
* Fix warningGravatar Gael Guennebaud2018-06-07
* Added missing EIGEN_DEVICE_FUNC to the SelfCwise binary opsGravatar Benoit Steiner2017-02-27
* Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* Inline the +=, -=, *= and /= operators consistently between DenseBase.h and S...Gravatar Benoit Steiner2016-02-11
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Fix /= when using evaluator as in changeset 2d90484450f3934db3f5db39ef37967fb...Gravatar Gael Guennebaud2014-09-14
* merge with default branchGravatar Gael Guennebaud2014-09-14
|\
| * mat/=scalar was transformed into mat*=(1/scalar) thus laking accuracy. This w...Gravatar Gael Guennebaud2014-09-10
* | Get rid of SeflCwiseBinaryOpGravatar Gael Guennebaud2014-02-18
|/
* merge with default branchGravatar Gael Guennebaud2013-11-05
|\
* | Make ArrayBase operator+=(scalar) and -=(scalar) use SelfCwiseBinaryOp optimi...Gravatar Gael Guennebaud2013-08-19
* | Fix bug #643: enable vectorization of compound assignement for fixed size obj...Gravatar Gael Guennebaud2013-08-19
| * merge with default branchGravatar Gael Guennebaud2013-04-19
| |\ | |/ |/|
| * Port SelfCwiseBinaryOp and Dot.h to nvcc, fix portability issue with std::min...Gravatar Gael Guennebaud2013-04-05
* | Avoid problematic ternary operator (http://forum.kde.org/viewtopic.php?f=74&t...Gravatar Gael Guennebaud2013-02-23
|/
* 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
* Implement compound assignments using evaluator of SelfCwiseBinaryOp.Gravatar Jitse Niesen2011-04-28
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* fix += return by value like operationsGravatar Gael Guennebaud2010-09-06
* fix merge conflictsGravatar Gael Guennebaud2010-07-22
* * fix SelfCwiseBinaryOp traits and handling of mixed typesGravatar Gael Guennebaud2010-07-19
* Various documentation improvements.Gravatar Jitse Niesen2010-07-06
* fix compilation issue with clangGravatar Thomas Capricelli2010-07-01
* email changeGravatar Gael Guennebaud2010-06-24
* fix array_comp *= array_realGravatar Gael Guennebaud2010-06-20
* the Index types change.Gravatar Benoit Jacob2010-05-30
* Complete rework of global math functions and NumTraits.Gravatar Benoit Jacob2010-04-28
* remove MakeBase, use ei_dense_xpr_base insteadGravatar Benoit Jacob2010-04-23
* mergeGravatar Benoit Jacob2010-02-25
|\
* | * Implement the ByOuterInner accessorsGravatar Benoit Jacob2010-02-25
| * Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
|/
* get rid of NestParentByRefBitGravatar Gael Guennebaud2010-02-08
* Introduced NestParentByRefBit and NestByRefBit - this should fix temporaries ...Gravatar Hauke Heibel2010-02-06
* lot of cleaning:Gravatar Gael Guennebaud2010-01-22
* fix aliasing detectionGravatar Gael Guennebaud2010-01-05
* port VectorwiseOp and Swap to the novel mechanisms, and various cleanningGravatar Gael Guennebaud2010-01-04
* a couple of fixes, now Array passes the linearstructure testGravatar Gael Guennebaud2009-12-17
* Hey, finally the copyCoeff stuff is not only used to implement swap anymore :)Gravatar Gael Guennebaud2009-11-20