aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Functors.h
Commit message (Expand)AuthorAge
* disable the vectorization of div for AltiVecGravatar Gael Guennebaud2008-08-21
* removed the packet specializations of some functorsGravatar Gael Guennebaud2008-07-31
* * Rewrite the triangular solver so that we can take advantage of our efficien...Gravatar Gael Guennebaud2008-07-26
* Fix compilation issues with icc and g++ < 4.1. Those include:Gravatar Gael Guennebaud2008-07-21
* - many updates after Cwise changeGravatar Benoit Jacob2008-07-08
* * add bench/benchVecAdd.cpp by Gael, fix crash (ei_pload on non-aligned)Gravatar Benoit Jacob2008-06-26
* * vectorize dot product, copying code from sum.Gravatar Benoit Jacob2008-06-24
* * add ei_pdiv intrinsic, make quotient functor vectorizableGravatar Benoit Jacob2008-06-23
* split sum away from redux and vectorize it.Gravatar Benoit Jacob2008-06-23
* * Block: row and column expressions in the inner directionGravatar Benoit Jacob2008-06-16
* * added a Tridiagonalization class for selfadjoint matricesGravatar Gael Guennebaud2008-06-01
* moved purely "array" related stuff to a new module Array.Gravatar Gael Guennebaud2008-05-31
* put inline keywords everywhere appropriate. So we don't need anymore to passGravatar Benoit Jacob2008-05-12
* * added ei_sqrt for complexGravatar Gael Guennebaud2008-04-27
* Fix a couple of issue with the vectorization. In particular, default ei_p* fu...Gravatar Gael Guennebaud2008-04-24
* Added initial experimental support for explicit vectorization.Gravatar Gael Guennebaud2008-04-09
* * make use of the EvalBeforeNestingBit and EvalBeforeAssigningBitGravatar Gael Guennebaud2008-04-05