aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/CoreEvaluators.h
Commit message (Expand)AuthorAge
* Drop evaluators for SwapWrapper and SelfCwiseBinaryOpGravatar Gael Guennebaud2013-11-07
* Clean evaluator_impl_base. It will probably be removed in the futureGravatar Gael Guennebaud2013-11-07
* bug #99: refactor assignment and compound assignment mechanism through "assig...Gravatar Gael Guennebaud2013-11-06
* Fixed constness in Array- and MatrixWrapper.Gravatar Hauke Heibel2013-07-28
* Add missing template keyword in evaluatorsGravatar Gael Guennebaud2013-03-01
* Generalize Block<> to support various implementation wrt StorageKind (just li...Gravatar Gael Guennebaud2012-11-16
* Evaluators: Fixed bug caused by Diagonal dynamic index change.Gravatar Jitse Niesen2012-07-14
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Evaluators: Remove member variables if known at compile-time.Gravatar Jitse Niesen2012-07-06
* Move implementation of coeff() &c to Matrix/Array evaluator.Gravatar Jitse Niesen2012-07-05
* 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
* Move (part of) evaluation of products to evaluator objects.Gravatar Jitse Niesen2012-06-29
* Fix bug in {Matrix,Array}Wrapper evaluatorGravatar 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
* Store light-weight objects in evaluators by value.Gravatar Jitse Niesen2011-05-13
* 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 evaluator for Diagonal.Gravatar Jitse Niesen2011-04-22
* Implement evaluators for Reverse.Gravatar Jitse Niesen2011-04-22
* Implement evaluators for ArrayWrapper and MatrixWrapper.Gravatar Jitse Niesen2011-04-22
* Implement unrolling in copy_using_evaluator() .Gravatar Jitse Niesen2011-04-13
* Implement evaluator for PartialReduxExpr as a dumb wrapper.Gravatar Jitse Niesen2011-04-13
* Implement evaluator for Replicate.Gravatar Jitse Niesen2011-04-12
* Implement evaluator for Select.Gravatar Jitse Niesen2011-04-12
* Decouple Cwise*Op evaluators from expression objectsGravatar Jitse Niesen2011-04-05
* Implement evaluator for CwiseUnaryViewGravatar Jitse Niesen2011-04-05
* Implement evaluator for MapGravatar Jitse Niesen2011-04-05
* Make evaluators for Matrix and Array inherit from common base class.Gravatar Jitse Niesen2011-04-04
* Do some of the actual work in evaluator for Block.Gravatar Jitse Niesen2011-04-04
* 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
* impl basic product evaluator on top of previous oneGravatar Gael Guennebaud2011-03-24
* import evaluator worksGravatar Gael Guennebaud2011-03-23