aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* fix a few weird issues with gcc 4.3 32bits and complex<float>Gravatar Gael Guennebaud2010-07-09
* fix SliceVectorizedTraversal for packetsize==1Gravatar Gael Guennebaud2010-07-08
* extend vectorization_logicGravatar Gael Guennebaud2010-07-08
* scalars fitting in a single packet requires more work, step 1Gravatar Gael Guennebaud2010-07-08
* compilation fixGravatar Gael Guennebaud2010-07-08
* an attempt to fix wrong unaligned storeGravatar Gael Guennebaud2010-07-07
* update to support mixin typesGravatar Gael Guennebaud2010-07-07
* support for real * complex matrix product - step 1 (works for some special ca...Gravatar Gael Guennebaud2010-07-07
* syncGravatar Gael Guennebaud2010-07-07
|\
* | add support for complexGravatar Gael Guennebaud2010-07-07
* | optimized conjugate products for SSE3Gravatar Gael Guennebaud2010-07-07
* | optimize for SSE3 => significant speed up !!Gravatar Gael Guennebaud2010-07-07
* | optimize pmul for complex<double>Gravatar Gael Guennebaud2010-07-07
* | optimize gemv for complex<double> and fix gcc alignment issue in 32bitsGravatar Gael Guennebaud2010-07-07
* | cleanningGravatar Gael Guennebaud2010-07-07
* | typoGravatar Gael Guennebaud2010-07-07
* | s/IsVectorized/VectorizableGravatar Gael Guennebaud2010-07-07
* | add a compile time error if someone call packet on Diagonal (instead of infin...Gravatar Gael Guennebaud2010-07-07
* | fix vectorization rule of diagonal-productGravatar Gael Guennebaud2010-07-07
* | fix row cwise-prod column in coeff based products...Gravatar Gael Guennebaud2010-07-07
* | extend product unit testsGravatar Gael Guennebaud2010-07-07
* | add a conj_product functor and optimize dot productsGravatar Gael Guennebaud2010-07-07
* | fix mixing types in DiagonalProductGravatar Gael Guennebaud2010-07-07
* | * add a IsVectorized mechanism (instead of packet-size>1...)Gravatar Gael Guennebaud2010-07-06
* | add a unit test for previous bugGravatar Gael Guennebaud2010-07-06
* | add a unit test for conj_helper and ei_pconjGravatar Gael Guennebaud2010-07-06
* | bug fix forgot to conjugate the scalar factor when neededGravatar Gael Guennebaud2010-07-06
* | reduce code generation and minor speed upGravatar Gael Guennebaud2010-07-06
* | add support for vectorized conjugated productsGravatar Gael Guennebaud2010-07-06
* | fix rangeGravatar Gael Guennebaud2010-07-06
| * Various documentation improvements.Gravatar Jitse Niesen2010-07-06
| * Small changes to tutorial page 1.Gravatar Jitse Niesen2010-07-06
| * Avoid calling resizeLike, if EIGEN_NO_AUTOMATIC_RESIZING is definedGravatar Jens Mueller2010-07-06
| * Add all unsupported modules and fix header file pathsGravatar Jens Mueller2010-07-06
| * indentationGravatar Gael Guennebaud2010-07-06
| * Added tag 3.0-beta1 for changeset 8cfbf33f601ab95ed3a1d5b776bf456d7c4682c3Gravatar Benoit Jacob2010-07-06
| * fix the overview page and add mention that the wrong stack alignment issue ma...Gravatar Benoit Jacob2010-07-06
* | * extend the Has* packet traits and makes all functor use itGravatar Gael Guennebaud2010-07-05
| * oops I did not see thatGravatar Gael Guennebaud2010-07-05
* | add intitial support for the vectorization of complex<float>Gravatar Gael Guennebaud2010-07-05
| * add check for non x86 platforms, we get a compile error on arm/powerpc withou...Gravatar Konstantinos Margaritis2010-07-05
| * check for !x86 platforms, otherwise the BTL benchmark doesn't compile on arm/...Gravatar Konstantinos Margaritis2010-07-05
| * Improve documentation, mostly by adding links to Quick Start Guide.Gravatar Jitse Niesen2010-07-05
|/
* fix warning "type qualifiers ignored on function return type" for long long s...Gravatar Gael Guennebaud2010-07-05
* char is not necessarily signed....Gravatar Gael Guennebaud2010-07-05
* improve packetmath unit test for sum reductionsGravatar Gael Guennebaud2010-07-05
* fix unaligned workspace in sybbGravatar Gael Guennebaud2010-07-05
* fix nomalloc_2 issues with ICC and gcc 4.0.1 (and speed up compilation ;) )Gravatar Gael Guennebaud2010-07-04
* comment the workaround of the EIGEN_EMPTY_STRUCT_CTOR workaround for gcc 4.3Gravatar Gael Guennebaud2010-07-04
* Relaxed precision test.Gravatar Hauke Heibel2010-07-04