| Commit message (Expand) | Author | Age |
* | s/IsVectorized/Vectorizable | Gael Guennebaud | 2010-07-07 |
* | add a conj_product functor and optimize dot products | Gael Guennebaud | 2010-07-07 |
* | * add a IsVectorized mechanism (instead of packet-size>1...) | Gael Guennebaud | 2010-07-06 |
* | * extend the Has* packet traits and makes all functor use it | Gael Guennebaud | 2010-07-05 |
* | email change | Gael Guennebaud | 2010-06-24 |
* | finish to merge Array into Core: | Gael Guennebaud | 2010-06-19 |
* | typo | Gael Guennebaud | 2010-06-16 |
* | the Index types change. | Benoit Jacob | 2010-05-30 |
* | fix compilation error thanks to test case by Trevor Irons, and expand unit test | Benoit Jacob | 2010-05-09 |
* | move the strides API to DenseCoeffsBase, | Benoit Jacob | 2010-05-08 |
* | Complete rework of global math functions and NumTraits. | Benoit Jacob | 2010-04-28 |
* | let the cast functor use the new ei_cast() | Benoit Jacob | 2010-03-30 |
* | integer division is vectorizable on no SIMD platform, not just SSE. | Benoit Jacob | 2010-03-04 |
* | Added an ei_linspaced_op to create linearly spaced vectors. | Hauke Heibel | 2010-01-26 |
* | oops, remove duplicated ctor | Gael Guennebaud | 2009-12-19 |
* | much better workaround for empty struct (the previous one caused GCC 4.3 to g... | Gael Guennebaud | 2009-12-18 |
* | Warning 4512 (assignment operators could not be generated) is now simply disa... | Hauke Heibel | 2009-12-14 |
* | Removed more warnings. | Hauke Heibel | 2009-12-12 |
* | fix compilation adding a makeconst helper struct | Gael Guennebaud | 2009-11-07 |
* | back out previous back out, and this time don't forget | Gael Guennebaud | 2009-11-06 |
* | Backed out previous changeset: Does not compile. | Jitse Niesen | 2009-11-06 |
* | Add the possibility to control the storage mode of scalar value (by value or ... | Gael Guennebaud | 2009-11-05 |
* | Added private, non-implemented assignment operators to functions that don't n... | Hauke Heibel | 2009-09-27 |
* | add logAbsDeterminant() | Benoit Jacob | 2009-08-24 |
* | 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 |