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
/
Redux.h
Commit message (
Expand
)
Author
Age
*
bug #1090: fix a shortcoming in redux logic for which slice-vectorization plu...
Gael Guennebaud
2015-10-21
*
Cleaning in Redux.h
Gael Guennebaud
2015-10-09
*
Since there is no reason for evaluators to be nested by reference, let's remo...
Gael Guennebaud
2015-09-02
*
Allow to use arbitrary packet-types during evaluation.
Gael Guennebaud
2015-08-07
*
Let unpacket_traits<> exposes the required alignment and make use of it every...
Gael Guennebaud
2015-08-07
*
Generalize first_aligned to take the requested alignment as a template parame...
Gael Guennebaud
2015-08-06
*
First part of a big refactoring of alignment control to enable the handling o...
Gael Guennebaud
2015-08-06
*
Remove the usage of result_of for DenseBase::redux as discussed in bug #1006
Gael Guennebaud
2015-06-15
*
Fix some calls to result_of on binary functors as unary ones.
Gael Guennebaud
2015-02-19
*
Remove deprecated usage of expr::Index.
Gael Guennebaud
2015-02-16
*
Make cuda_basic test compile again by adding lots of EIGEN_DEVICE_FUNC.
Christoph Hertzberg
2014-10-13
*
Make constructors explicit if they could lead to unintended implicit conversion
Christoph Hertzberg
2014-09-23
*
Remove deprecated code not used by evaluators
Gael Guennebaud
2014-09-18
*
merge with default branch
Gael Guennebaud
2014-09-14
|
\
|
*
Runtime alignement is not possible if AlignedOnScalar is not true (e.g., for ...
Gael Guennebaud
2014-09-08
*
|
Optimize reduxions for Homogeneous
Gael Guennebaud
2014-08-01
*
|
merge with default branch
Gael Guennebaud
2014-06-20
|
\
|
*
|
Fix regressions in redux_evaluator flags and evaluator<Block> flags
Gael Guennebaud
2014-03-12
*
|
Extend evaluation traits debuging info
Gael Guennebaud
2014-03-12
*
|
Move evaluation related flags from traits to evaluator and fix evaluators of ...
Gael Guennebaud
2014-03-12
*
|
Move CoeffReadCost mechanism to evaluators
Gael Guennebaud
2014-03-10
|
*
Added support for AVX to Eigen.
Benoit Steiner
2014-01-29
*
|
Make reductions compatible with evaluators
Gael Guennebaud
2013-12-02
|
/
*
merge with default branch
Gael Guennebaud
2013-04-19
|
\
|
*
bug #564: document the fact that minCoeff/maxCoeff members have undefined beh...
Gael Guennebaud
2013-04-09
*
|
Add support for NVCC5: most of the Core and part of LU are callable from CUDA...
Gael Guennebaud
2013-02-07
|
/
*
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
*
workaround ICC compilation error with -strict-ansi
Gael Guennebaud
2012-01-25
*
optimize vectorized reductions by peeling the loop:
Gael Guennebaud
2011-11-12
*
'fix' a couple of clang -Wconstant-logical-operand warnings (still not convin...
Benoit Jacob
2011-02-22
*
Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...
Hauke Heibel
2010-10-26
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
fix sum()/prod() on empty matrix making sure this does not affect fixed sized...
Gael Guennebaud
2010-07-16
*
email change
Gael Guennebaud
2010-06-24
*
merge my Dynamic -> -1 change
Benoit Jacob
2010-06-11
|
\
*
|
change the value of Dynamic to -1, since the index type is now configurable.
Benoit Jacob
2010-06-11
|
*
Fixes #104.
Hauke Heibel
2010-06-02
|
/
*
the Index types change.
Benoit Jacob
2010-05-30
*
fix bug in sliced redux
Gael Guennebaud
2010-05-13
*
* allow matrix dimensions to be 0 (also at compile time) and provide a specia...
Benoit Jacob
2010-03-21
*
let redux use the new ByOuterInner accessors
Benoit Jacob
2010-02-26
*
Introduced NestParentByRefBit and NestByRefBit - this should fix temporaries ...
Hauke Heibel
2010-02-06
*
make sure the correct diagoanl() function is called in trace()
Gael Guennebaud
2010-02-04
*
Prevent temporaries for reductions.
Hauke Heibel
2010-02-04
*
Adapted mean to work with complex numbers.
Hauke Heibel
2010-01-29
*
merge and add start/end to Eigen2Support
Gael Guennebaud
2010-01-05
|
\
|
*
* Fix bug #79: ei_alignmentOffset was assuming that ptr is multiple of
Benoit Jacob
2010-01-02
*
|
merge with default branch
Gael Guennebaud
2009-12-22
|
\
|
[next]