| Commit message (Expand) | Author | Age |
* | compilation fix | Gael Guennebaud | 2010-12-09 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | rename PlanarRotation -> JacobiRotation | Benoit Jacob | 2010-10-19 |
* | fix unitialized quaternion | Gael Guennebaud | 2010-09-08 |
* | add a bench to compare various transformation methods | Gael Guennebaud | 2010-09-07 |
* | add missing copyrights | Gael Guennebaud | 2010-09-01 |
* | didn't want to commit that bench change. | Benoit Jacob | 2010-08-24 |
* | make a couple of typedefs public so stuff compiles | Benoit Jacob | 2010-08-24 |
* | update this test to build against current eigen. | Benoit Jacob | 2010-08-23 |
* | sync with default branch | Gael Guennebaud | 2010-07-22 |
|\ |
|
* | | add matlab-like mixed product | Gael Guennebaud | 2010-07-22 |
* | | sync | Gael Guennebaud | 2010-07-10 |
|\ \ |
|
* | | | update to support mixin types | Gael Guennebaud | 2010-07-07 |
| | * | add a small bench demoing the possibilities of a direct 3x3 eigen decomposition | Gael Guennebaud | 2010-07-18 |
| | * | finish/fix level1 blas, all test pass | Gael Guennebaud | 2010-07-17 |
| | * | fix compilation of blas lib | Gael Guennebaud | 2010-07-16 |
| | * | MPRealSupport was missing | Gael Guennebaud | 2010-07-15 |
| | * | add a bench for quaternion multiplication | Gael Guennebaud | 2010-07-13 |
| |/ |
|
| * | bench: use of Eigen/Array is deprecated + fix includes for iostream | Thomas Capricelli | 2010-07-09 |
|/ |
|
* | sync | Gael Guennebaud | 2010-07-07 |
|\ |
|
* | | add support for complex | Gael Guennebaud | 2010-07-07 |
* | | add intitial support for the vectorization of complex<float> | Gael Guennebaud | 2010-07-05 |
| * | check for !x86 platforms, otherwise the BTL benchmark doesn't compile on arm/... | Konstantinos Margaritis | 2010-07-05 |
|/ |
|
* | Fix cache computation on old Intel CPUs which do not | Gael Guennebaud | 2010-06-27 |
* | add the manual Intel's way to query cache info | Gael Guennebaud | 2010-06-26 |
* | add a utilility to debug cpuid, and makes sure we get 0 if we query an unsupp... | Gael Guennebaud | 2010-06-26 |
* | email change | Gael Guennebaud | 2010-06-24 |
* | add support for oski | Gael Guennebaud | 2010-06-24 |
* | btl: add a trmm action and update eigen interface | Gael Guennebaud | 2010-06-23 |
* | add a spmv mini becnhmark for Eigen, GMM++, ublas, mtl4, and oski | Gael Guennebaud | 2010-06-22 |
* | slightly optimize computeProductBlockingSizes by explicitely precomputing wha... | Gael Guennebaud | 2010-06-22 |
* | fix in case we don't know how to query the L1/L2 cache sizes | Gael Guennebaud | 2010-06-21 |
* | simplify and optimize block sizes computation for matrix products. They | Gael Guennebaud | 2010-06-21 |
* | make bench_gemm print out the queried cache sizes | Gael Guennebaud | 2010-06-21 |
* | add the possibility to set the cache size at runtime | Gael Guennebaud | 2010-06-18 |
* | add runtime API to control multithreading | Gael Guennebaud | 2010-06-10 |
* | make BenchTimer compatible with 2.0 branch | Gael Guennebaud | 2010-06-01 |
* | remove USING_PART_OF_NAMESPACE_EIGEN, leaving it in Eigen2Support. | Benoit Jacob | 2010-04-22 |
* | Fixed line endings. | Hauke Heibel | 2010-03-05 |
* | add a small program to bench all combinations of small products | Gael Guennebaud | 2010-03-05 |
* | clean a bit the bench_gemm files | Gael Guennebaud | 2010-03-05 |
* | minor cleaning | Gael Guennebaud | 2010-03-05 |
* | merge with default branch | Gael Guennebaud | 2010-03-04 |
|\ |
|
| * | clean #defined tokens, and use clock_gettime for the real time | Gael Guennebaud | 2010-03-03 |
| * | BenchTimer: avoid warning about symbol redefinition on win32, and include <Ei... | Eamon Nerbonne | 2010-03-02 |
* | | remove Qt's atomic dependency, I don't know what I was doing wrong... | Gael Guennebaud | 2010-03-01 |
* | | make Aron's idea work using Qt's atomic implementation for the synchronisation | Gael Guennebaud | 2010-03-01 |
* | | BTL: allow to bench real time | Gael Guennebaud | 2010-02-26 |
* | | fix some BTL issues | Gael Guennebaud | 2010-02-26 |
* | | implement a smarter parallelization strategy for gemm avoiding multiple | Gael Guennebaud | 2010-02-26 |