| Commit message (Expand) | Author | Age |
* | re-implement stableNorm using a homemade blocky and | Gael Guennebaud | 2009-07-17 |
* | * rename PartialRedux to VectorwiseOp | Gael Guennebaud | 2009-06-10 |
* | merge | Benoit Jacob | 2009-05-22 |
|\ |
|
| * | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
* | | * add a writable generic coeff wise expression (CwiseUnaryView) | Gael Guennebaud | 2009-05-20 |
|/ |
|
* | * enable vectorization of sin, cos, etc. by default with an option to | Gael Guennebaud | 2009-03-26 |
* | add vectorization of unary operator-() (the AltiVec version is probably | Gael Guennebaud | 2009-03-20 |
* | because of a missing specialization, operator/(scalar) was not vectorized | Gael Guennebaud | 2009-03-09 |
* | add the vectorization of abs | Gael Guennebaud | 2009-03-09 |
* | big addons: | Gael Guennebaud | 2009-03-05 |
* | * exit Sum.h, exit Prod.h, welcome vectorization of redux() ! | Gael Guennebaud | 2009-02-12 |
* | add MatrixBase::stableNorm() avoiding over/under-flow | Gael Guennebaud | 2009-01-28 |
* | add EIGEN_FUNCTORS_PLUGIN | Benoit Jacob | 2009-01-13 |
* | unfuck v.cwise()*w where v is real and w is complex | Benoit Jacob | 2008-12-21 |
* | * fix a vectorization issue in Product | Gael Guennebaud | 2008-12-19 |
* | * Much better, consistent error msgs when mixing different scalar types: | Benoit Jacob | 2008-12-03 |
* | * add .imag() function | Gael Guennebaud | 2008-11-14 |
* | * temporarily remove doxygen customization, we'll see if that fix api.kde.org | Gael Guennebaud | 2008-08-28 |
* | * patch from Konstantinos Margaritis: bugfix in Altivec version of ei_pdiv | Gael Guennebaud | 2008-08-25 |
* | disable the vectorization of div for AltiVec | Gael Guennebaud | 2008-08-21 |
* | removed the packet specializations of some functors | Gael Guennebaud | 2008-07-31 |
* | * Rewrite the triangular solver so that we can take advantage of our efficien... | Gael Guennebaud | 2008-07-26 |
* | Fix compilation issues with icc and g++ < 4.1. Those include: | Gael Guennebaud | 2008-07-21 |
* | - many updates after Cwise change | Benoit Jacob | 2008-07-08 |
* | * 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 |
* | split sum away from redux and vectorize it. | Benoit Jacob | 2008-06-23 |
* | * Block: row and column expressions in the inner direction | Benoit Jacob | 2008-06-16 |
* | * added a Tridiagonalization class for selfadjoint matrices | Gael Guennebaud | 2008-06-01 |
* | moved purely "array" related stuff to a new module Array. | Gael Guennebaud | 2008-05-31 |
* | put inline keywords everywhere appropriate. So we don't need anymore to pass | Benoit Jacob | 2008-05-12 |
* | * added ei_sqrt for complex | Gael Guennebaud | 2008-04-27 |
* | Fix a couple of issue with the vectorization. In particular, default ei_p* fu... | Gael Guennebaud | 2008-04-24 |
* | Added initial experimental support for explicit vectorization. | Gael Guennebaud | 2008-04-09 |
* | * make use of the EvalBeforeNestingBit and EvalBeforeAssigningBit | Gael Guennebaud | 2008-04-05 |