aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/plugins/ArrayCwiseBinaryOps.h
Commit message (Expand)AuthorAge
* Revert !182.Gravatar Rasmus Munk Larsen2020-09-29
* Fix compiler error due to c++20 operator== generation rulesGravatar daravi2020-09-16
* Fix #1833: compilation issue of "array!=scalar" with c++20Gravatar Gael Guennebaud2020-05-30
* Add absolute_difference coefficient-wise binary Array functionGravatar Joel Holdsworth2020-03-19
* Fix doxygen warnings to enable statis code analysisGravatar Eugene Zhulenev2019-04-24
* typoGravatar Gael Guennebaud2018-11-14
* bug #426: move operator && and || to MatrixBase and SparseMatrixBase.Gravatar Gael Guennebaud2016-11-14
* bug #1232: refactor special functions as a new SpecialFunctions module, curre...Gravatar Gael Guennebaud2016-07-08
* Fix warnings with gccGravatar Gael Guennebaud2016-06-15
* Move scalar/expr to ArrayBase and fix documentationGravatar Gael Guennebaud2016-06-15
* Generalize expr/expr and scalar/expr wrt scalar types.Gravatar Gael Guennebaud2016-06-14
* Generalize expr.pow(scalar), pow(expr,scalar) and pow(scalar,expr).Gravatar Gael Guennebaud2016-06-14
* Implement expr+scalar, scalar+expr, expr-scalar, and scalar-expr as binary ex...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
* Improve doc of special math functionsGravatar Gael Guennebaud2016-05-20
* zeta and polygamma are not unary functions, but binary ones.Gravatar Gael Guennebaud2016-05-19
* Added support for exclusive orGravatar Benoit Steiner2016-04-14
* Generalize pow(x,e) such that x and e can be a different expression type or a...Gravatar Gael Guennebaud2015-07-20
* bug #872: Avoid deprecated binder1st/binder2nd usage by providing custom func...Gravatar Christoph Hertzberg2015-05-07
* merge with default branchGravatar Gael Guennebaud2013-11-05
|\
* | Fix bug #684: optimize vectorization of array-scalar and scalar-arrayGravatar Gael Guennebaud2013-10-18
| * Extend support for nvcc to Array objects and wrappersGravatar Gael Guennebaud2013-07-31
|/
* Fix several documentation issuesGravatar Gael Guennebaud2012-12-24
* fix compilation with m.array().min/max(scalar)Gravatar Gael Guennebaud2012-09-12
* added functions to allow for cwise min/max operations with scalar argument (b...Gravatar Abraham Bachrach2012-01-11
* Fix snippets for operator|| and && by adding pair of parens.Gravatar Jitse Niesen2011-06-03
* add boolean || and && operatorsGravatar Gael Guennebaud2011-05-31
* fix compilation of array testsGravatar Benoit Jacob2011-01-24
* 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
* renaming (MatrixType ---> whatever appropriate)Gravatar Benoit Jacob2010-04-18
* fix scalar - matrixGravatar Gael Guennebaud2010-01-18
* Various documentation updates:Gravatar Gael Guennebaud2010-01-06
* add missing operators: /, /=, *=Gravatar Gael Guennebaud2010-01-05
* finally add a Array class with storage via the introduction of a DenseStorage...Gravatar Gael Guennebaud2009-12-17
* a lot of cleaning and fixesGravatar Gael Guennebaud2009-12-16
* add a DenseBase class for MAtrixBase and ArrayBase and more code factorisationGravatar Gael Guennebaud2009-12-04