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
*
add "slice vectorization" of redux (eg. m.block().minCoeff() is now
Gael Guennebaud
2009-03-09
*
* exit Sum.h, exit Prod.h, welcome vectorization of redux() !
Gael Guennebaud
2009-02-12
*
* make sum and redux honor EvalBeforeNestingBit too
Gael Guennebaud
2009-01-28
*
* replace postfix ++ by prefix ++ wherever that makes sense in Eigen/
Benoit Jacob
2008-12-17
*
Update e-mail address
Benoit Jacob
2008-11-24
*
As discussed on ML:
Gael Guennebaud
2008-10-24
*
move CommaInitializer out of MatrixBase and documment it (because of .finishe...
Gael Guennebaud
2008-09-13
*
Complete rewrite of partial reduction according to mailing list discussions.
Gael Guennebaud
2008-07-19
*
split sum away from redux and vectorize it.
Benoit Jacob
2008-06-23
*
* more cleaning in Product
Gael Guennebaud
2008-06-19
*
* remove Cross product expression: MatrixBase::cross() now returns a temporary
Gael Guennebaud
2008-06-07
*
* move some compile time "if" to their respective unroller (assign and dot)
Gael Guennebaud
2008-06-07
*
moved purely "array" related stuff to a new module Array.
Gael Guennebaud
2008-05-31
*
Introduce generic Flagged xpr, remove already Lazy.h and Temporary.h
Benoit Jacob
2008-05-14
*
* Added several cast to int of the enums (needed for some compilers)
Gael Guennebaud
2008-05-12
*
put inline keywords everywhere appropriate. So we don't need anymore to pass
Benoit Jacob
2008-05-12
*
Added Triangular expression to extract upper or lower (strictly or not)
Gael Guennebaud
2008-04-26
*
Various fixes in:
Gael Guennebaud
2008-04-25
*
* rename XprCopy -> Nested
Benoit Jacob
2008-04-10
*
Added initial experimental support for explicit vectorization.
Gael Guennebaud
2008-04-09
*
finish making use of CoeffReadCost and the new XprCopy everywhere
Benoit Jacob
2008-04-08
*
fix compilation (finish removal of EIGEN_UNROLLED_LOOPS)
Benoit Jacob
2008-04-05
*
* added cwise comparisons
Gael Guennebaud
2008-04-03
*
-new: recursive costs system, useful to determine automatically
Benoit Jacob
2008-04-03
*
Make use of the LazyBit, introduce .lazy(), remove lazyProduct.
Benoit Jacob
2008-03-31
*
* introducte recursive Flags system for the expressions
Benoit Jacob
2008-03-30
*
* Added a generic *redux* mini framework allowing custom redux operations
Gael Guennebaud
2008-03-16