aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/plugins/CommonCwiseBinaryOps.h
Commit message (Expand)AuthorAge
* bug #426: move operator && and || to MatrixBase and SparseMatrixBase.Gravatar Gael Guennebaud2016-11-14
* Fix warnings with gccGravatar Gael Guennebaud2016-06-15
* Move scalar/expr to ArrayBase and fix documentationGravatar Gael Guennebaud2016-06-15
* Fix doc.Gravatar Gael Guennebaud2016-06-14
* Implement scalar multiples and division by a scalar as a binary-expression wi...Gravatar Gael Guennebaud2016-06-14
* CleanupGravatar Gael Guennebaud2016-06-10
* Big 279: enable mixing types for comparisons, min, and max.Gravatar Gael Guennebaud2016-06-10
* Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* Add support for NVCC5: most of the Core and part of LU are callable from CUDA...Gravatar Gael Guennebaud2013-02-07
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* const-qualify template parameters representing const arguments to expressions.Gravatar Benoit Jacob2011-01-24
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Docs: Typos in ArrayBase doxygen commentsGravatar Jitse Niesen2010-08-23
* email changeGravatar Gael Guennebaud2010-06-24
* renaming (MatrixType ---> whatever appropriate)Gravatar Benoit Jacob2010-04-18
* add a DenseBase class for MAtrixBase and ArrayBase and more code factorisationGravatar Gael Guennebaud2009-12-04
* Add the concept of base class plugins, and started to write the ArrayBase class.Gravatar Gael Guennebaud2009-11-20