aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Functors.h
Commit message (Expand)AuthorAge
* factorize implementation of standard real unary math functions, and add acos,...Gravatar Gael Guennebaud2011-02-17
* add tan function in Array worldGravatar Jason Newton2011-02-03
* allow mixed complex-real and real-complex dot productsGravatar Gael Guennebaud2011-01-27
* introduce the 3 stages of eigen2 support, writing to the mailing list about t...Gravatar Benoit Jacob2011-01-21
* lots more EIGEN2_SUPPORT fixes. Now several of the most important core tests ...Gravatar Benoit Jacob2011-01-20
* Postfixed add_const and remove_const by _on_value_type to express the differe...Gravatar Hauke Heibel2010-11-26
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Fixed bug #79.Gravatar Hauke Heibel2010-10-19
* sync with default branchGravatar Gael Guennebaud2010-07-22
|\
| * Unified LinSpaced in order to be conform with other setter methods as e.g. Co...Gravatar Hauke Heibel2010-07-22
* | * fix compilation of mixed scalar productGravatar Gael Guennebaud2010-07-19
* | mixing types in product step 2:Gravatar Gael Guennebaud2010-07-11
|/
* s/IsVectorized/VectorizableGravatar Gael Guennebaud2010-07-07
* add a conj_product functor and optimize dot productsGravatar Gael Guennebaud2010-07-07
* * add a IsVectorized mechanism (instead of packet-size>1...)Gravatar Gael Guennebaud2010-07-06
* * extend the Has* packet traits and makes all functor use itGravatar Gael Guennebaud2010-07-05
* 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