aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* LU: remove partial-pivoting path (moderately useful since it's doesGravatar Benoit Jacob2008-08-07
* New implementation of Swap as discussed, reusing Assign. Makes LU runGravatar Benoit Jacob2008-08-05
* introduce copyCoeff and copyPacket methods in MatrixBase, used byGravatar Benoit Jacob2008-08-05
* Add partial pivoting runtime option to LU.Gravatar Benoit Jacob2008-08-05
* further big perf improvement in InverseGravatar Benoit Jacob2008-08-04
* big performance improvement in inverse and LUGravatar Benoit Jacob2008-08-04
* Add a LU decomposition action in BTL and various cleaning in BTL. For instanceGravatar Gael Guennebaud2008-08-04
* * LU decomposition, supporting all rectangular matrices, with fullGravatar Benoit Jacob2008-08-04
* fix two perf issues in product.Gravatar Gael Guennebaud2008-08-03
* fix compile errors with gcc 4.3: unresolved func call toGravatar Benoit Jacob2008-08-03
* Added a ei_palign function align a packet from two others.Gravatar Gael Guennebaud2008-08-03
* Optimizations:Gravatar Gael Guennebaud2008-08-01
* removed the packet specializations of some functorsGravatar Gael Guennebaud2008-07-31
* Several compilation fixes for MSVC and NVCC, basically:Gravatar Gael Guennebaud2008-07-29
* BTL: - added tridiagonalization and hessenberg decomposition benchGravatar Gael Guennebaud2008-07-28
* fix some internal asserts in CacheFrinedlyProductGravatar Gael Guennebaud2008-07-27
* forgot to include this file in previous commitGravatar Gael Guennebaud2008-07-27
* * 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