aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/BooleanRedux.h
Commit message (Expand)AuthorAge
* Fix c++20 warnings about using enums in arithmetic expressions.Gravatar Rasmus Munk Larsen2021-06-10
* BooleanRedux.h: Add more EIGEN_DEVICE_FUNC qualifiers.Gravatar René Wagner2020-04-23
* Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-02-28
* Clean-up usage of ExpressionTraits in all/any implementation.Gravatar Gael Guennebaud2016-12-20
* Simplify cost computations based on HugeCost being smaller that unrolling limitGravatar Gael Guennebaud2015-10-28
* Refactoring of the cost model:Gravatar Gael Guennebaud2015-10-28
* bug #1008: stabilize isfinite/isinf/isnan/hasNaN/allFinite functions for fast...Gravatar Gael Guennebaud2015-10-27
* Cleaning pass on evaluators: remove the useless and error prone evaluator<>::...Gravatar Gael Guennebaud2015-09-02
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Move CoeffReadCost mechanism to evaluatorsGravatar Gael Guennebaud2014-03-10
* Fix all()/any() for evaluatorsGravatar Gael Guennebaud2014-02-18
* Implement boolean reductions for zero-sized objectsGravatar Christoph Hertzberg2013-11-13
* Previous isFinite->hasNonFinite change was broken. After discussion let's ren...Gravatar Gael Guennebaud2013-07-18
* Rename isFinite to hasNonFinite to avoid future naming collisions.Gravatar Gael Guennebaud2013-07-17
* Big 564: add hasNaN and isFinite membersGravatar Gael Guennebaud2013-04-16
* 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 static inline versus inline static issues (the former is the correct order)Gravatar Gael Guennebaud2012-01-31
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* email changeGravatar Gael Guennebaud2010-06-24
* finish to merge Array into Core:Gravatar Gael Guennebaud2010-06-19