aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/AssignEvaluator.h
Commit message (Expand)AuthorAge
* Add direct assignment of productsGravatar Gael Guennebaud2013-12-02
* Get rid of call_dense_swap_loopGravatar Gael Guennebaud2013-12-02
* Fix usage of Dense versus DenseShapeGravatar Gael Guennebaud2013-12-02
* First step toward the generalization of evaluators to triangular, sparse and ...Gravatar Gael Guennebaud2013-11-29
* Remove HasEvalTo and all at once eval modeGravatar Gael Guennebaud2013-11-29
* Evaluator: introduce the main Assignment class, add call_assignment to bypass...Gravatar Gael Guennebaud2013-11-25
* bug #99: move the creation of the evaluator to a central place, and make gene...Gravatar Gael Guennebaud2013-11-07
* bug #99: refactor assignment and compound assignment mechanism through "assig...Gravatar Gael Guennebaud2013-11-06
* Fix static/inline orderGravatar Gael Guennebaud2013-11-06
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* Fix "storage class is not first" warningsGravatar Gael Guennebaud2013-02-28
* Fix compilation with ICC that was unable to instanciate first_alignedGravatar Gael Guennebaud2013-02-26
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Implement A.noalias() = B * C without temporariesGravatar Jitse Niesen2012-06-29
* Make product eval-at-once.Gravatar Jitse Niesen2012-06-29
* Implement eval-at-once in evaluator.Gravatar Jitse Niesen2012-06-29
* Implement interface for NoAlias assignments.Gravatar Jitse Niesen2012-06-29
* Resize lhs automatically in copy_using_evaluator().Gravatar Jitse Niesen2012-06-28
* Fix bug in evaluators with sliced vectorization.Gravatar Jitse Niesen2012-06-24
* put the resurected files into the Eigen namespaceGravatar Gael Guennebaud2012-06-22
* resurrect expression evaluatorsGravatar Gael Guennebaud2012-06-22
* Remove evaluators for 2.1 release.Gravatar Jitse Niesen2011-12-14
* Implement compound assignments using evaluator of SelfCwiseBinaryOp.Gravatar Jitse Niesen2011-04-28
* Implement swap using evaluators.Gravatar Jitse Niesen2011-04-28
* Use copyCoeff/copyPacket in copy_using_evaluator.Gravatar Jitse Niesen2011-04-22
* Implement unrolling in copy_using_evaluator() .Gravatar Jitse Niesen2011-04-13
* Decouple AssignEvaluator.h from assign_traits from Assign.hGravatar Jitse Niesen2011-04-12
* Evaluators: add Block evaluator as dumb wrapper, add slice vectorization.Gravatar Jitse Niesen2011-03-31
* Evaluators: Make inner vectorization more similar to default traversal.Gravatar Jitse Niesen2011-03-28
* Evaluators: Implement linear traversal, better testing.Gravatar Jitse Niesen2011-03-27
* Evaluators: Implement inner vectorization.Gravatar Jitse Niesen2011-03-27
* Evaluators: Implement LinearVectorizedTraversal, packet ops in evaluators.Gravatar Jitse Niesen2011-03-25
* makes evaluator test use VERIFY_IS_APPROXGravatar Gael Guennebaud2011-03-23
* import evaluator worksGravatar Gael Guennebaud2011-03-23