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
/
Sum.h
Commit message (
Expand
)
Author
Age
*
Fix bugs in Sum.h, add unit-test
Benoit Jacob
2008-08-20
*
* Big change in Block and Map:
Gael Guennebaud
2008-08-09
*
* do the ActualPacketAccesBit change as discussed on list
Benoit Jacob
2008-07-04
*
* add bench/benchVecAdd.cpp by Gael, fix crash (ei_pload on non-aligned)
Benoit Jacob
2008-06-26
*
* vectorize dot product, copying code from sum.
Benoit Jacob
2008-06-24
*
* add ei_pdiv intrinsic, make quotient functor vectorizable
Benoit Jacob
2008-06-23
*
optimize linear vectorization both in Assign and Sum (optimal amortized perf)
Gael Guennebaud
2008-06-23
*
quick temporary fix for a perf issue we just identified with
Benoit Jacob
2008-06-23
*
split sum away from redux and vectorize it.
Benoit Jacob
2008-06-23
*
release alpha4, Gael edition
Benoit Jacob
2008-02-29
*
Relicense --> dual-license LGPL3+/GPL2+
Benoit Jacob
2008-02-28
*
alpha 3.1. in this commit:
Benoit Jacob
2008-01-15
*
big architecture change dissociating "actual" dimensions from "maximum possible"
Benoit Jacob
2008-01-13
*
switch to enums everywhere
Benoit Jacob
2008-01-10
*
Ready for alpha2 release.
Benoit Jacob
2008-01-07
*
- move: DerivedTraits becomes MatrixBase::Traits
Benoit Jacob
2008-01-06
*
remove all the _Order mechanics, now we are always traversing matrices in
Benoit Jacob
2008-01-06
*
Patch by Gael Guennebaud, making Eigen compatible with the Intel compiler (icc).
Benoit Jacob
2008-01-06
*
- make MatrixBase and all expressions aware of their preferred traversal order.
Benoit Jacob
2008-01-05
*
cleanup: remove copy contructors when the compiler is able to generate a sati...
Benoit Jacob
2007-12-31
*
move Core/ to a src/ subdir, in preparation for following changes
Benoit Jacob
2007-12-28