aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench
Commit message (Expand)AuthorAge
...
* various minor updates in the benchmark suite like non inliningGravatar Gael Guennebaud2008-07-12
* resurrected tvmet, added mt4, intel's MKL and handcoded vectorized backendsGravatar Gael Guennebaud2008-07-10
* in BTL: a specific bench/action can be selected at runtime, e.g.:Gravatar Gael Guennebaud2008-07-09
* raah, results were corrupted by overflow. Now slice vectorization isGravatar Benoit Jacob2008-07-09
* add benchmark for slice vectorization... expected it to be little orGravatar Benoit Jacob2008-07-09
* imported a reworked version of BTL (Benchmark for Templated Libraries).Gravatar Gael Guennebaud2008-07-09
* add Cholesky and eigensolver benchmarkGravatar Gael Guennebaud2008-07-08
* - many updates after Cwise changeGravatar Benoit Jacob2008-07-08
* the big Array/Cwise rework as discussed on the mailing list. The new APIGravatar Benoit Jacob2008-07-08
* * fix compilation issue in ProductGravatar Gael Guennebaud2008-07-02
* * resurected Flagged::_expression used to optimize m+=(a*b).lazy()Gravatar Gael Guennebaud2008-07-01
* * added an in-place version of inverseProduct whichGravatar Gael Guennebaud2008-06-29
* * added innerSize / outerSize functions to MatrixBaseGravatar Gael Guennebaud2008-06-28
* various work on the Sparse module:Gravatar Gael Guennebaud2008-06-26
* * add bench/benchVecAdd.cpp by Gael, fix crash (ei_pload on non-aligned)Gravatar Benoit Jacob2008-06-26
* * add ei_pdiv intrinsic, make quotient functor vectorizableGravatar Benoit Jacob2008-06-23
* add experimental code for sparse matrix:Gravatar Gael Guennebaud2008-06-23
* add benchmark for sumGravatar Benoit Jacob2008-06-23
* * refactoring of Product:Gravatar Gael Guennebaud2008-06-19
* * Big rework of Assign.h:Gravatar Benoit Jacob2008-06-16
* some documentation fixes (Cwise* and Cholesky)Gravatar Gael Guennebaud2008-05-22
* * Patch by Konstantinos Margaritis: AltiVec vectorization.Gravatar Benoit Jacob2008-05-03
* Make products always eval into expressions. Improves performanceGravatar Benoit Jacob2008-05-02
* Fixed a couple of issues introduced in previous commits.Gravatar Gael Guennebaud2008-04-26
* give up on OpenMP... for nowGravatar Benoit Jacob2008-04-18
* - optimized determinant calculations for small matrices (size <= 4)Gravatar Benoit Jacob2008-04-14
* * Add fixed-size template versions of corner(), start(), end().Gravatar Benoit Jacob2008-04-12
* - cleaner use of OpenMP (no code duplication anymore)Gravatar Benoit Jacob2008-04-11
* Merge Gael's experimental OpenMP parallelization support into Assign.h.Gravatar Benoit Jacob2008-04-11
* * rename XprCopy -> NestedGravatar Benoit Jacob2008-04-10
* - merge ei_xpr_copy and ei_eval_if_needed_before_nestingGravatar Benoit Jacob2008-04-06
* Make use of the LazyBit, introduce .lazy(), remove lazyProduct.Gravatar Benoit Jacob2008-03-31
* get rid of MatrixRef, simplifications.Gravatar Benoit Jacob2008-03-13
* a lot of renamingGravatar Benoit Jacob2008-03-13
* Removed Column and Row in favor of BlockGravatar Gael Guennebaud2008-03-12
* generalized ei_traits<>.Gravatar Benoit Jacob2008-03-12
* * basic support for multicore CPU via a .evalOMP() whichGravatar Gael Guennebaud2008-03-09