Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | support for real * complex matrix product - step 1 (works for some special ↵ | Gael Guennebaud | 2010-07-07 |
| | | | | cases) | ||
* | sync | Gael Guennebaud | 2010-07-07 |
|\ | |||
* | | add support for complex | Gael Guennebaud | 2010-07-07 |
| | | |||
* | | optimized conjugate products for SSE3 | Gael Guennebaud | 2010-07-07 |
| | | |||
* | | optimize for SSE3 => significant speed up !! | Gael Guennebaud | 2010-07-07 |
| | | |||
* | | optimize pmul for complex<double> | Gael Guennebaud | 2010-07-07 |
| | | |||
* | | optimize gemv for complex<double> and fix gcc alignment issue in 32bits | Gael Guennebaud | 2010-07-07 |
| | | |||
* | | cleanning | Gael Guennebaud | 2010-07-07 |
| | | |||
* | | typo | Gael Guennebaud | 2010-07-07 |
| | | |||
* | | s/IsVectorized/Vectorizable | Gael Guennebaud | 2010-07-07 |
| | | |||
* | | add a compile time error if someone call packet on Diagonal (instead of ↵ | Gael Guennebaud | 2010-07-07 |
| | | | | | | | | infinite runtime loop) | ||
* | | fix vectorization rule of diagonal-product | Gael Guennebaud | 2010-07-07 |
| | | |||
* | | fix row cwise-prod column in coeff based products... | Gael Guennebaud | 2010-07-07 |
| | | | | | | | | I really don't know why this worked so far... | ||
* | | extend product unit tests | Gael Guennebaud | 2010-07-07 |
| | | |||
* | | add a conj_product functor and optimize dot products | Gael Guennebaud | 2010-07-07 |
| | | |||
* | | fix mixing types in DiagonalProduct | Gael Guennebaud | 2010-07-07 |
| | | |||
* | | * add a IsVectorized mechanism (instead of packet-size>1...) | Gael Guennebaud | 2010-07-06 |
| | | | | | | | | * vectorize complex<double> | ||
* | | add a unit test for previous bug | Gael Guennebaud | 2010-07-06 |
| | | |||
* | | add a unit test for conj_helper and ei_pconj | Gael Guennebaud | 2010-07-06 |
| | | |||
* | | bug fix forgot to conjugate the scalar factor when needed | Gael Guennebaud | 2010-07-06 |
| | | |||
* | | reduce code generation and minor speed up | Gael Guennebaud | 2010-07-06 |
| | | |||
* | | add support for vectorized conjugated products | Gael Guennebaud | 2010-07-06 |
| | | |||
* | | fix range | Gael Guennebaud | 2010-07-06 |
| | | |||
| * | Various documentation improvements. | Jitse Niesen | 2010-07-06 |
| | | | | | | | | | | | | | | * Add short documentation for Array class * Put all classes explicitly in Core module (where applicable) * Section on Modules in Quick Reference Guide * Put Page 7 after Page 6 in Contents :) | ||
| * | Small changes to tutorial page 1. | Jitse Niesen | 2010-07-06 |
| | | |||
| * | Avoid calling resizeLike, if EIGEN_NO_AUTOMATIC_RESIZING is defined | Jens Mueller | 2010-07-06 |
| | | |||
| * | Add all unsupported modules and fix header file paths | Jens Mueller | 2010-07-06 |
| | | |||
| * | indentation | Gael Guennebaud | 2010-07-06 |
| | | |||
| * | Added tag 3.0-beta1 for changeset 8cfbf33f601ab95ed3a1d5b776bf456d7c4682c3 | Benoit Jacob | 2010-07-06 |
| | | |||
| * | fix the overview page and add mention that the wrong stack alignment issue ↵ | Benoit Jacob | 2010-07-06 |
| | | | | | | | | may have been solved by gcc 4.5 | ||
* | | * extend the Has* packet traits and makes all functor use it | Gael Guennebaud | 2010-07-05 |
| | | | | | | | | * extend the packing routines to support conjugation | ||
| * | oops I did not see that | Gael Guennebaud | 2010-07-05 |
| | | |||
* | | add intitial support for the vectorization of complex<float> | Gael Guennebaud | 2010-07-05 |
| | | |||
| * | add check for non x86 platforms, we get a compile error on arm/powerpc ↵ | Konstantinos Margaritis | 2010-07-05 |
| | | | | | | | | | | | | without the check (there is no known -yet- method to get cpuid, without resolving to kernel /sys interface) | ||
| * | check for !x86 platforms, otherwise the BTL benchmark doesn't compile on ↵ | Konstantinos Margaritis | 2010-07-05 |
| | | | | | | | | arm/powerpc | ||
| * | Improve documentation, mostly by adding links to Quick Start Guide. | Jitse Niesen | 2010-07-05 |
|/ | |||
* | fix warning "type qualifiers ignored on function return type" for long long ↵ | Gael Guennebaud | 2010-07-05 |
| | | | | scalar types | ||
* | char is not necessarily signed.... | Gael Guennebaud | 2010-07-05 |
| | |||
* | improve packetmath unit test for sum reductions | Gael Guennebaud | 2010-07-05 |
| | |||
* | fix unaligned workspace in sybb | Gael Guennebaud | 2010-07-05 |
| | |||
* | fix nomalloc_2 issues with ICC and gcc 4.0.1 (and speed up compilation ;) ) | Gael Guennebaud | 2010-07-04 |
| | |||
* | comment the workaround of the EIGEN_EMPTY_STRUCT_CTOR workaround for gcc 4.3 | Gael Guennebaud | 2010-07-04 |
| | |||
* | Relaxed precision test. | Hauke Heibel | 2010-07-04 |
| | |||
* | update topic page on products | Gael Guennebaud | 2010-07-04 |
| | |||
* | * update the general TOC | Gael Guennebaud | 2010-07-04 |
| | | | | | * integrate the old geometry/sparse tutorial into the new one (they are better than nothing) * remove the old tutorial on the core module | ||
* | suppress warning and add a fixme about this transpose argument | Gael Guennebaud | 2010-07-03 |
| | |||
* | fix openmp for row major destination | Gael Guennebaud | 2010-07-03 |
| | |||
* | Adapted the MSVC visualizer to the new Dynamic value. | Hauke Heibel | 2010-07-03 |
| | |||
* | fix bug with openmp | Gael Guennebaud | 2010-07-03 |
| | |||
* | Fixed annoying CMake - Qt warning. | Hauke Heibel | 2010-07-03 |
| |