aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* * updated benchmark files according to recent renamingsGravatar Gael Guennebaud2008-07-27
* Fix a couple issues introduced in the previous commit:Gravatar Gael Guennebaud2008-07-26
* * Rewrite the triangular solver so that we can take advantage of our efficien...Gravatar Gael Guennebaud2008-07-26
* bugfix in some internal asserts of CacheFriendlyProductGravatar Gael Guennebaud2008-07-26
* update the inverse test a littleGravatar Benoit Jacob2008-07-26
* * Fix some complex alignment issues in the cache friendly matrix-vector produ...Gravatar Gael Guennebaud2008-07-23
* Add .perpendicular() function in Geometry module (adapted from Eigen1)Gravatar Gael Guennebaud2008-07-22
* Fix compilation issues with icc and g++ < 4.1. Those include:Gravatar Gael Guennebaud2008-07-21
* * Merge Extract and Part to the Part expression.Gravatar Gael Guennebaud2008-07-21
* Various documentation improvements, in particualr in Cholesky and Geometry mo...Gravatar Gael Guennebaud2008-07-20
* Add cholesky's members to MatrixBaseGravatar Gael Guennebaud2008-07-19
* Added an automatically generated list of selected examples in the documentation.Gravatar Gael Guennebaud2008-07-19
* Added MatrixBase::Unit*() static function to easily create unit/basis vectors.Gravatar Gael Guennebaud2008-07-19
* Complete rewrite of partial reduction according to mailing list discussions.Gravatar Gael Guennebaud2008-07-19
* add some static asserts, use them, fix gcc 4.3 warning in Product.h.Gravatar Benoit Jacob2008-07-19
* * Fix a couple of issues related to the recent cache friendly productsGravatar Gael Guennebaud2008-07-19
* * big rework of Inverse.h:Gravatar Benoit Jacob2008-07-15
* trivial fix in EulerAngles constructorGravatar Gael Guennebaud2008-07-15
* enhancements of the plot generator:Gravatar Gael Guennebaud2008-07-13
* Optimization: added super efficient rowmajor * vector product (and vector * c...Gravatar Gael Guennebaud2008-07-13
* SVN_SILENT trivial fixGravatar Benoit Jacob2008-07-12
* fix a cmake issue in FindTvmet and FindMKLGravatar Gael Guennebaud2008-07-12
* another occurence of that little cmake fixGravatar Benoit Jacob2008-07-12
* * Optimization: added a specialization of Block for xpr with DirectAccessBitGravatar Gael Guennebaud2008-07-12
* little cmake fixGravatar Benoit Jacob2008-07-12
* disable MKL check and fortran for cmake <2.6Gravatar Gael Guennebaud2008-07-12
* various improvements of the plot generator in BTLGravatar Gael Guennebaud2008-07-12
* various minor updates in the benchmark suite like non inliningGravatar Gael Guennebaud2008-07-12
* Add a *very efficient* evaluation path for both col-major matrix * vectorGravatar Gael Guennebaud2008-07-12
* resurrected tvmet, added mt4, intel's MKL and handcoded vectorized backendsGravatar Gael Guennebaud2008-07-10
* some performance fixes in Assign.h reported by Gael. Some doc update inGravatar Benoit Jacob2008-07-10
* in BTL: a specific bench/action can be selected at runtime, e.g.:Gravatar Gael Guennebaud2008-07-09
* * added optimized paths for matrix-vector and vector-matrix productsGravatar 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
* * added a lazyAssign overload skipping .lazy() such that c = (<xpr>).lazy() s...Gravatar Gael Guennebaud2008-07-09
* I forgot that the previous commit needed minor changes outside the bench folderGravatar Gael Guennebaud2008-07-08
* 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 issues in previously added additionnal product testsGravatar Gael Guennebaud2008-07-06
* * do the ActualPacketAccesBit change as discussed on listGravatar Benoit Jacob2008-07-04
* * fix compilation issue in ProductGravatar Gael Guennebaud2008-07-02
* * resurected Flagged::_expression used to optimize m+=(a*b).lazy()Gravatar Gael Guennebaud2008-07-01
* * fix error in divergence test, now it is even fasterGravatar Benoit Jacob2008-07-01
* interleaved rendering balances the load betterGravatar Benoit Jacob2008-07-01
* * multi-threaded renderingGravatar Benoit Jacob2008-07-01
* - use double precision to store the position / zoom / other stuffGravatar Benoit Jacob2008-06-30
* * added an in-place version of inverseProduct whichGravatar Gael Guennebaud2008-06-29