aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/ProductEvaluators.h
Commit message (Expand)AuthorAge
...
* By-pass ProductBase for triangular and selfadjoint products and get rid of Pr...Gravatar Gael Guennebaud2014-02-23
* Get rid of GeneralProduct<> for GemvProductGravatar Gael Guennebaud2014-02-21
* Get rid of GeneralProduct<> for GemmProductGravatar Gael Guennebaud2014-02-21
* Get rid of GeneralProduct for outer-products, and get rid of ScaledProductGravatar Gael Guennebaud2014-02-21
* Fix mixing scalar types with evaluatorsGravatar Gael Guennebaud2014-02-19
* Simplify implementation of coeff-based products to fully exploit our reduxion...Gravatar Gael Guennebaud2014-02-18
* CleaningGravatar Gael Guennebaud2014-02-18
* Support Product::coeff(0,0) even for dynamic matricesGravatar Gael Guennebaud2014-02-18
* Add evaluator support for diagonal productsGravatar Gael Guennebaud2014-02-17
* fix scalar * prod in evaluators unit testGravatar Gael Guennebaud2014-01-25
* Fix a few regression regarding temporaries and productsGravatar Gael Guennebaud2013-12-14
* Make selfqdjoint products use evaluatorsGravatar Gael Guennebaud2013-12-13
* Add support for triangular products with evaluatorsGravatar Gael Guennebaud2013-12-07
* Enable use of evaluators for noalias and lazyProduct, add conversion to scala...Gravatar Gael Guennebaud2013-12-03
* Add direct assignment of productsGravatar Gael Guennebaud2013-12-02
* Fix product evaluator when TEST_EVALUATOR in not ONGravatar 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
* Get rid of evalautor_implGravatar Gael Guennebaud2013-11-29
* Refactor dense product evaluatorsGravatar Gael Guennebaud2013-11-27
* bug #99: move the creation of the evaluator to a central place, and make gene...Gravatar Gael Guennebaud2013-11-07
* Fix "storage class is not first" warningsGravatar Gael Guennebaud2013-02-28
* 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
* Move (part of) evaluation of products to evaluator objects.Gravatar Jitse Niesen2012-06-29