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
...
*
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
|
\
|
|
*
* introduce ei_alignmentOffset(MatrixBase&,Integer)
Benoit Jacob
2009-12-16
*
|
add a DenseBase class for MAtrixBase and ArrayBase and more code factorisation
Gael Guennebaud
2009-12-04
|
*
Assign.h: add LinearTraversal (non-vectorized index-based traversal)
Benoit Jacob
2009-11-18
|
/
*
added mean() reduction
Hauke Heibel
2009-10-29
*
Inlining fixes + fixed typo.
Hauke Heibel
2009-10-15
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
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
[prev]