index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
Core
/
BooleanRedux.h
Commit message (
Expand
)
Author
Age
*
Added missing EIGEN_DEVICE_FUNC qualifiers
Benoit Steiner
2017-02-28
*
Clean-up usage of ExpressionTraits in all/any implementation.
Gael Guennebaud
2016-12-20
*
Simplify cost computations based on HugeCost being smaller that unrolling limit
Gael Guennebaud
2015-10-28
*
Refactoring of the cost model:
Gael Guennebaud
2015-10-28
*
bug #1008: stabilize isfinite/isinf/isnan/hasNaN/allFinite functions for fast...
Gael Guennebaud
2015-10-27
*
Cleaning pass on evaluators: remove the useless and error prone evaluator<>::...
Gael Guennebaud
2015-09-02
*
Index refactoring: StorageIndex must be used for storage only (and locally wh...
Gael Guennebaud
2015-02-13
*
Remove deprecated code not used by evaluators
Gael Guennebaud
2014-09-18
*
Move CoeffReadCost mechanism to evaluators
Gael Guennebaud
2014-03-10
*
Fix all()/any() for evaluators
Gael Guennebaud
2014-02-18
*
Implement boolean reductions for zero-sized objects
Christoph Hertzberg
2013-11-13
*
Previous isFinite->hasNonFinite change was broken. After discussion let's ren...
Gael Guennebaud
2013-07-18
*
Rename isFinite to hasNonFinite to avoid future naming collisions.
Gael Guennebaud
2013-07-17
*
Big 564: add hasNaN and isFinite members
Gael Guennebaud
2013-04-16
*
Fix a couple of remaining warnings (missing newlines, inline-noinline, meanin...
Gael Guennebaud
2013-03-01
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
fix static inline versus inline static issues (the former is the correct order)
Gael Guennebaud
2012-01-31
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
email change
Gael Guennebaud
2010-06-24
*
finish to merge Array into Core:
Gael Guennebaud
2010-06-19