aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Functors.h
Commit message (Expand)AuthorAge
* email changeGravatar Gael Guennebaud2010-06-24
* finish to merge Array into Core:Gravatar Gael Guennebaud2010-06-19
* typoGravatar Gael Guennebaud2010-06-16
* the Index types change.Gravatar Benoit Jacob2010-05-30
* fix compilation error thanks to test case by Trevor Irons, and expand unit testGravatar Benoit Jacob2010-05-09
* move the strides API to DenseCoeffsBase,Gravatar Benoit Jacob2010-05-08
* Complete rework of global math functions and NumTraits.Gravatar Benoit Jacob2010-04-28
* let the cast functor use the new ei_cast()Gravatar Benoit Jacob2010-03-30
* integer division is vectorizable on no SIMD platform, not just SSE.Gravatar Benoit Jacob2010-03-04
* Added an ei_linspaced_op to create linearly spaced vectors.Gravatar Hauke Heibel2010-01-26
* oops, remove duplicated ctorGravatar Gael Guennebaud2009-12-19
* much better workaround for empty struct (the previous one caused GCC 4.3 to g...Gravatar Gael Guennebaud2009-12-18
* Warning 4512 (assignment operators could not be generated) is now simply disa...Gravatar Hauke Heibel2009-12-14
* Removed more warnings.Gravatar Hauke Heibel2009-12-12
* fix compilation adding a makeconst helper structGravatar Gael Guennebaud2009-11-07
* back out previous back out, and this time don't forgetGravatar Gael Guennebaud2009-11-06
* Backed out previous changeset: Does not compile.Gravatar Jitse Niesen2009-11-06
* Add the possibility to control the storage mode of scalar value (by value or ...Gravatar Gael Guennebaud2009-11-05
* Added private, non-implemented assignment operators to functions that don't n...Gravatar Hauke Heibel2009-09-27
* add logAbsDeterminant()Gravatar Benoit Jacob2009-08-24
* re-implement stableNorm using a homemade blocky andGravatar Gael Guennebaud2009-07-17
* * rename PartialRedux to VectorwiseOpGravatar Gael Guennebaud2009-06-10
* mergeGravatar Benoit Jacob2009-05-22
|\
| * remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* | * add a writable generic coeff wise expression (CwiseUnaryView)Gravatar Gael Guennebaud2009-05-20
|/
* * enable vectorization of sin, cos, etc. by default with an option toGravatar Gael Guennebaud2009-03-26
* add vectorization of unary operator-() (the AltiVec version is probablyGravatar Gael Guennebaud2009-03-20
* because of a missing specialization, operator/(scalar) was not vectorizedGravatar Gael Guennebaud2009-03-09
* add the vectorization of absGravatar Gael Guennebaud2009-03-09
* big addons:Gravatar Gael Guennebaud2009-03-05
* * exit Sum.h, exit Prod.h, welcome vectorization of redux() !Gravatar Gael Guennebaud2009-02-12
* add MatrixBase::stableNorm() avoiding over/under-flowGravatar Gael Guennebaud2009-01-28
* add EIGEN_FUNCTORS_PLUGINGravatar Benoit Jacob2009-01-13
* unfuck v.cwise()*w where v is real and w is complexGravatar Benoit Jacob2008-12-21
* * fix a vectorization issue in ProductGravatar Gael Guennebaud2008-12-19
* * Much better, consistent error msgs when mixing different scalar types:Gravatar Benoit Jacob2008-12-03
* * add .imag() functionGravatar Gael Guennebaud2008-11-14
* * temporarily remove doxygen customization, we'll see if that fix api.kde.orgGravatar Gael Guennebaud2008-08-28
* * patch from Konstantinos Margaritis: bugfix in Altivec version of ei_pdivGravatar Gael Guennebaud2008-08-25
* 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