aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/benchmark.cpp
Commit message (Expand)AuthorAge
* bench: use of Eigen/Array is deprecated + fix includes for iostreamGravatar Thomas Capricelli2010-07-09
* remove USING_PART_OF_NAMESPACE_EIGEN, leaving it in Eigen2Support.Gravatar Benoit Jacob2010-04-22
* * updated benchmark files according to recent renamingsGravatar Gael Guennebaud2008-07-27
* * fix compilation issue in ProductGravatar Gael Guennebaud2008-07-02
* * Big rework of Assign.h:Gravatar Benoit Jacob2008-06-16
* * 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
* - 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
* * rename XprCopy -> NestedGravatar Benoit Jacob2008-04-10
* - merge ei_xpr_copy and ei_eval_if_needed_before_nestingGravatar Benoit Jacob2008-04-06
* get rid of MatrixRef, simplifications.Gravatar Benoit Jacob2008-03-13
* * basic support for multicore CPU via a .evalOMP() whichGravatar Gael Guennebaud2008-03-09