aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Assign.h
Commit message (Expand)AuthorAge
* * move some compile time "if" to their respective unroller (assign and dot)Gravatar Gael Guennebaud2008-06-07
* added a static assertion mechanismGravatar Gael Guennebaud2008-06-04
* * replace compile-time-if by meta-selector in Assign.hGravatar Gael Guennebaud2008-05-31
* * updated the assignement operator macro so that overloadsGravatar Gael Guennebaud2008-05-28
* * change Flagged to take into account NestByValue onlyGravatar Gael Guennebaud2008-05-28
* - introduce Part and Extract classes, splitting and extending the formerGravatar Benoit Jacob2008-05-27
* * Added several cast to int of the enums (needed for some compilers)Gravatar Gael Guennebaud2008-05-12
* put inline keywords everywhere appropriate. So we don't need anymore to passGravatar Benoit Jacob2008-05-12
* * Give Konstantinos a copyright lineGravatar Benoit Jacob2008-05-12
* * Started support for unaligned vectorization.Gravatar Gael Guennebaud2008-05-05
* 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