| Commit message (Expand) | Author | Age |
* | protect calls to min and max with parentheses to make Eigen compatible with d... | Gael Guennebaud | 2011-07-21 |
* | add boolean || and && operators | Gael Guennebaud | 2011-05-31 |
* | Simplify the use of custom scalar types, the rule is to never directly call a... | Gael Guennebaud | 2011-05-25 |
* | fix bug #258: asin/acos copy paste mistake | Gael Guennebaud | 2011-05-02 |
* | Bug fix in linspace_op::packetOp(row,col). Fixes bug #232. | Jitse Niesen | 2011-03-24 |
* | factorize implementation of standard real unary math functions, and add acos,... | Gael Guennebaud | 2011-02-17 |
* | add tan function in Array world | Jason Newton | 2011-02-03 |
* | allow mixed complex-real and real-complex dot products | Gael Guennebaud | 2011-01-27 |
* | introduce the 3 stages of eigen2 support, writing to the mailing list about t... | Benoit Jacob | 2011-01-21 |
* | lots more EIGEN2_SUPPORT fixes. Now several of the most important core tests ... | Benoit Jacob | 2011-01-20 |
* | Postfixed add_const and remove_const by _on_value_type to express the differe... | Hauke Heibel | 2010-11-26 |
* | Initial fixes for bug #85. | Hauke Heibel | 2010-10-25 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | Fixed bug #79. | Hauke Heibel | 2010-10-19 |
* | sync with default branch | Gael Guennebaud | 2010-07-22 |
|\ |
|
| * | Unified LinSpaced in order to be conform with other setter methods as e.g. Co... | Hauke Heibel | 2010-07-22 |
* | | * fix compilation of mixed scalar product | Gael Guennebaud | 2010-07-19 |
* | | mixing types in product step 2: | Gael Guennebaud | 2010-07-11 |
|/ |
|
* | 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 |