aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/CoreEvaluators.h
Commit message (Expand)AuthorAge
...
* Implement evaluator for sparse outer productsGravatar Gael Guennebaud2014-07-19
* Make operator=(EigenBase<>) uses the new assignment mechanism and introduce a...Gravatar Gael Guennebaud2014-06-25
* Implement evaluators for sparse Block.Gravatar Gael Guennebaud2014-06-25
* Implement binaryop and transpose evaluators for sparse matricesGravatar Gael Guennebaud2014-06-23
* Backport changes from old to new expression enginesGravatar Gael Guennebaud2014-06-20
* mergeGravatar Gael Guennebaud2014-06-20
|\
* | 1- Introduce sub-evaluator types for unary, binary, product, and map expressi...Gravatar Gael Guennebaud2014-06-20
| * Implement evaluator<ReturnByValue>.Gravatar Jitse Niesen2014-04-16
|/
* Fix regressions in redux_evaluator flags and evaluator<Block> flagsGravatar Gael Guennebaud2014-03-12
* Fix a few regression when moving the flagsGravatar Gael Guennebaud2014-03-12
* Move evaluation related flags from traits to evaluator and fix evaluators of ...Gravatar Gael Guennebaud2014-03-12
* Move CoeffReadCost mechanism to evaluatorsGravatar Gael Guennebaud2014-03-10
* evaluator<Replicate> must evaluate its argument to avoid redundant evaluationsGravatar Gael Guennebaud2014-02-19
* Add a Solve expression for uniform treatment of solve() methods.Gravatar Gael Guennebaud2014-02-19
* Add evaluator for RefGravatar Gael Guennebaud2014-02-18
* Fix evaluator<Replicate> for fixed size objectsGravatar Gael Guennebaud2014-01-26
* Enable use of evaluators for noalias and lazyProduct, add conversion to scala...Gravatar Gael Guennebaud2013-12-03
* 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
* Get rid of evalautor_implGravatar Gael Guennebaud2013-11-29
* Remove HasEvalTo and all at once eval modeGravatar Gael Guennebaud2013-11-29
* Simplify evaluator of EvalToTempGravatar Gael Guennebaud2013-11-27
* 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