aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/ProductBase.h
Commit message (Expand)AuthorAge
* Remove a few deprecated internal expressionsGravatar Gael Guennebaud2015-06-19
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* merge with default branchGravatar Gael Guennebaud2014-07-02
|\
* | Split StorageKind promotion into two helpers: one for products, and one for c...Gravatar Gael Guennebaud2014-07-01
| * Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
* | 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 outer-products, and get rid of ScaledProductGravatar Gael Guennebaud2014-02-21
|/
* Fix bug #482: pass scalar value by const reference (it remained a few cases)Gravatar Gael Guennebaud2013-04-12
* bug #482: pass scalar arguments by const references. Still remains a few case...Gravatar Gael Guennebaud2013-02-25
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* bug #482: pass scalar arguments by const references. This changeset only conc...Gravatar Gael Guennebaud2012-06-28
* fix most of the shadow warnings in Core/*.hGravatar Gael Guennebaud2012-06-22
* Fix infinite recursion in ProductBase::coeff() (bug #447)Gravatar Jitse Niesen2012-04-18
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* bug #352:properly cast constantsGravatar Igor Krivenko2011-12-09
* Bug fix for matrix1 * matrix2 * scalar1 * scalar2.Gravatar Jitse Niesen2011-09-19
* Fix Diagonal related const correctness issues.Gravatar Hauke Heibel2011-02-05
* fix trmv regarding strided vectors and static allocation of temporariesGravatar Gael Guennebaud2011-02-01
* lots more EIGEN2_SUPPORT fixes. Now several of the most important core tests ...Gravatar Benoit Jacob2011-01-20
* fix the build of eigensolver_complex test.Gravatar Benoit Jacob2010-12-09
* fix compilation of product_mmtrGravatar Gael Guennebaud2010-11-21
* Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...Gravatar Hauke Heibel2010-10-26
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* fix bad mat * mat * scalar when the implicit conversion operator to a Matrix ...Gravatar Gael Guennebaud2010-08-31
* Various documentation improvements.Gravatar Jitse Niesen2010-07-06
* email changeGravatar Gael Guennebaud2010-06-24
* * remove ei_index, and let ei_traits propagate the index typesGravatar Gael Guennebaud2010-06-03
* the Index types change.Gravatar Benoit Jacob2010-05-30
* Fix to ProductBase::evalTo() in order to get matrix multiplication working fo...Gravatar Manoj Rajagopalan2010-05-26
* simplify inner productGravatar Gael Guennebaud2010-05-19
* * merge with mainlineGravatar Benoit Jacob2010-04-16
|\
* | * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
* | fix the flags and matrix options, to always have the right RowMajor bit in th...Gravatar Benoit Jacob2010-03-19
|/
* Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
* finally here is a simple solution making (a*b).diagonal() even faster than a....Gravatar Gael Guennebaud2010-02-10
* * as promised, remove the "optimization" for Product::diagonal()Gravatar Gael Guennebaud2010-02-09
* For the record, here is a solution for (a*b).diagonal, at the cost of extra c...Gravatar Gael Guennebaud2010-02-09
* * fix multiple temporary copies for coeff based productsGravatar Gael Guennebaud2010-02-09
* s/UnrolledProduct/CoeffBasedProductGravatar Gael Guennebaud2010-02-09
* fix the multiple temporary issue for nested productsGravatar Gael Guennebaud2010-02-09
* get rid of NestParentByRefBitGravatar Gael Guennebaud2010-02-08
* Introduced NestParentByRefBit and NestByRefBit - this should fix temporaries ...Gravatar Hauke Heibel2010-02-06
* make noalias works for coefficient based productsGravatar Gael Guennebaud2010-02-05
* * resurected Flagged from Eigen2SupportGravatar Gael Guennebaud2010-02-04
* optiization: make hybrid small/large outer products use the unrolled pathGravatar Gael Guennebaud2010-02-04
* lot of cleaning:Gravatar Gael Guennebaud2010-01-22
* a couple of fixes after thye mergeGravatar Gael Guennebaud2009-12-23