aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/benchBlasGemm.cpp
Commit message (Collapse)AuthorAge
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
|
* didn't want to commit that bench change.Gravatar Benoit Jacob2010-08-24
|
* make a couple of typedefs public so stuff compilesGravatar Benoit Jacob2010-08-24
|
* update this test to build against current eigen.Gravatar Benoit Jacob2010-08-23
| | | | remove the 'normal' path as it was not compiling anymore and I couldn't see the point of it (?)
* bench: use of Eigen/Array is deprecated + fix includes for iostreamGravatar Thomas Capricelli2010-07-09
|
* update product benchGravatar Gael Guennebaud2009-11-06
|
* * updated benchmark files according to recent renamingsGravatar Gael Guennebaud2008-07-27
| | | | * various improvements in BTL including trisolver and cholesky bench
* * Optimization: added a specialization of Block for xpr with DirectAccessBitGravatar Gael Guennebaud2008-07-12
| | | | * some simplifications and fixes in cache friendly products
* * fix compilation issue in ProductGravatar Gael Guennebaud2008-07-02
| | | | | * added some tests for product and swap * overload .swap() for dynamic-sized matrix of same size
* * resurected Flagged::_expression used to optimize m+=(a*b).lazy()Gravatar Gael Guennebaud2008-07-01
(equivalent to the GEMM blas routine) * added a GEMM benchmark