| Commit message (Expand) | Author | Age |
* | typos in bench/ | Gael Guennebaud | 2008-08-29 |
* | BTL:added trisolve action file | Gael Guennebaud | 2008-08-26 |
* | various updates in BTL | Gael Guennebaud | 2008-08-25 |
* | renamed inverseProduct => solveTriangular | Gael Guennebaud | 2008-08-09 |
* | Add a LU decomposition action in BTL and various cleaning in BTL. For instance | Gael Guennebaud | 2008-08-04 |
* | BTL: - added tridiagonalization and hessenberg decomposition bench | Gael Guennebaud | 2008-07-28 |
* | * updated benchmark files according to recent renamings | Gael Guennebaud | 2008-07-27 |
* | * Fix some complex alignment issues in the cache friendly matrix-vector produ... | Gael Guennebaud | 2008-07-23 |
* | * big rework of Inverse.h: | Benoit Jacob | 2008-07-15 |
* | enhancements of the plot generator: | Gael Guennebaud | 2008-07-13 |
* | Optimization: added super efficient rowmajor * vector product (and vector * c... | Gael Guennebaud | 2008-07-13 |
* | SVN_SILENT trivial fix | Benoit Jacob | 2008-07-12 |
* | fix a cmake issue in FindTvmet and FindMKL | Gael Guennebaud | 2008-07-12 |
* | another occurence of that little cmake fix | Benoit Jacob | 2008-07-12 |
* | * Optimization: added a specialization of Block for xpr with DirectAccessBit | Gael Guennebaud | 2008-07-12 |
* | little cmake fix | Benoit Jacob | 2008-07-12 |
* | disable MKL check and fortran for cmake <2.6 | Gael Guennebaud | 2008-07-12 |
* | various improvements of the plot generator in BTL | Gael Guennebaud | 2008-07-12 |
* | various minor updates in the benchmark suite like non inlining | Gael Guennebaud | 2008-07-12 |
* | resurrected tvmet, added mt4, intel's MKL and handcoded vectorized backends | Gael Guennebaud | 2008-07-10 |
* | in BTL: a specific bench/action can be selected at runtime, e.g.: | Gael Guennebaud | 2008-07-09 |
* | raah, results were corrupted by overflow. Now slice vectorization is | Benoit Jacob | 2008-07-09 |
* | add benchmark for slice vectorization... expected it to be little or | Benoit Jacob | 2008-07-09 |
* | imported a reworked version of BTL (Benchmark for Templated Libraries). | Gael Guennebaud | 2008-07-09 |
* | add Cholesky and eigensolver benchmark | Gael Guennebaud | 2008-07-08 |
* | - many updates after Cwise change | Benoit Jacob | 2008-07-08 |
* | the big Array/Cwise rework as discussed on the mailing list. The new API | Benoit Jacob | 2008-07-08 |
* | * fix compilation issue in Product | Gael Guennebaud | 2008-07-02 |
* | * resurected Flagged::_expression used to optimize m+=(a*b).lazy() | Gael Guennebaud | 2008-07-01 |
* | * added an in-place version of inverseProduct which | Gael Guennebaud | 2008-06-29 |
* | * added innerSize / outerSize functions to MatrixBase | Gael Guennebaud | 2008-06-28 |
* | various work on the Sparse module: | Gael Guennebaud | 2008-06-26 |
* | * add bench/benchVecAdd.cpp by Gael, fix crash (ei_pload on non-aligned) | Benoit Jacob | 2008-06-26 |
* | * add ei_pdiv intrinsic, make quotient functor vectorizable | Benoit Jacob | 2008-06-23 |
* | add experimental code for sparse matrix: | Gael Guennebaud | 2008-06-23 |
* | add benchmark for sum | Benoit Jacob | 2008-06-23 |
* | * refactoring of Product: | Gael Guennebaud | 2008-06-19 |
* | * Big rework of Assign.h: | Benoit Jacob | 2008-06-16 |
* | some documentation fixes (Cwise* and Cholesky) | Gael Guennebaud | 2008-05-22 |
* | * Patch by Konstantinos Margaritis: AltiVec vectorization. | Benoit Jacob | 2008-05-03 |
* | Make products always eval into expressions. Improves performance | Benoit Jacob | 2008-05-02 |
* | Fixed a couple of issues introduced in previous commits. | Gael Guennebaud | 2008-04-26 |
* | give up on OpenMP... for now | Benoit Jacob | 2008-04-18 |
* | - optimized determinant calculations for small matrices (size <= 4) | Benoit Jacob | 2008-04-14 |
* | * Add fixed-size template versions of corner(), start(), end(). | Benoit Jacob | 2008-04-12 |
* | - cleaner use of OpenMP (no code duplication anymore) | Benoit Jacob | 2008-04-11 |
* | Merge Gael's experimental OpenMP parallelization support into Assign.h. | Benoit Jacob | 2008-04-11 |
* | * rename XprCopy -> Nested | Benoit Jacob | 2008-04-10 |
* | - merge ei_xpr_copy and ei_eval_if_needed_before_nesting | Benoit Jacob | 2008-04-06 |
* | Make use of the LazyBit, introduce .lazy(), remove lazyProduct. | Benoit Jacob | 2008-03-31 |