aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Assign.h
Commit message (Expand)AuthorAge
...
* Make products always eval into expressions. Improves performanceGravatar Benoit Jacob2008-05-02
* Enable vectorization of product with dynamic matrices,Gravatar Gael Guennebaud2008-05-01
* Fixed a couple of issues introduced in previous commits.Gravatar Gael Guennebaud2008-04-26
* Added triangular assignement, e.g.:Gravatar Gael Guennebaud2008-04-26
* Various fixes in:Gravatar Gael Guennebaud2008-04-25
* Make the explicit vectorization much more flexible:Gravatar Gael Guennebaud2008-04-25
* give up on OpenMP... for nowGravatar Benoit Jacob2008-04-18
* * Start of the LU module, with matrix inversion already there andGravatar Benoit Jacob2008-04-14
* - 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