aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Flagged.h
Commit message (Expand)AuthorAge
* Remove deprecated Flagged expression.Gravatar Gael Guennebaud2015-09-02
* Get rid of must_nest_by_valueGravatar Gael Guennebaud2015-06-19
* Make cuda_basic test compile again by adding lots of EIGEN_DEVICE_FUNC.Gravatar Christoph Hertzberg2014-10-13
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* lots more EIGEN2_SUPPORT fixes. Now several of the most important core tests ...Gravatar Benoit Jacob2011-01-20
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Various documentation improvements.Gravatar Jitse Niesen2010-07-06
* the Index types change.Gravatar Benoit Jacob2010-05-30
* mergeGravatar Benoit Jacob2010-02-25
|\
* | * Implement the ByOuterInner accessorsGravatar Benoit Jacob2010-02-25
| * Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
|/
* make noalias works for coefficient based productsGravatar Gael Guennebaud2010-02-05
* * resurected Flagged from Eigen2SupportGravatar Gael Guennebaud2010-02-04
* Another big refactoring change:Gravatar Gael Guennebaud2009-11-18
* rename back MayAliasBit to EvalBeforeAssigningBitGravatar Gael Guennebaud2009-08-16
* As proposed on the list:Gravatar Gael Guennebaud2009-08-15
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* simplify some ei_traits<> using inheritanceGravatar Gael Guennebaud2009-01-11
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* resurrected sparse triangular solverGravatar Gael Guennebaud2008-09-02
* doc and use sed to clean the class hierarchy instead ofGravatar Gael Guennebaud2008-08-28
* * move memory related stuff to util/Memory.hGravatar Gael Guennebaud2008-08-26
* Added an automatically generated list of selected examples in the documentation.Gravatar Gael Guennebaud2008-07-19
* * resurected Flagged::_expression used to optimize m+=(a*b).lazy()Gravatar Gael Guennebaud2008-07-01
* * rework Map, allow vectorizationGravatar Benoit Jacob2008-06-27
* change derived classes methods from "private:_method()"Gravatar Benoit Jacob2008-06-26
* * add bench/benchVecAdd.cpp by Gael, fix crash (ei_pload on non-aligned)Gravatar Benoit Jacob2008-06-26
* * Block: row and column expressions in the inner directionGravatar Benoit Jacob2008-06-16
* many small fixes and documentation improvements,Gravatar Benoit Jacob2008-05-29
* * change Flagged to take into account NestByValue onlyGravatar Gael Guennebaud2008-05-28
* hehe, the complicated nesting scheme in Flagged in the previous commitGravatar Benoit Jacob2008-05-28
* * find the proper way of nesting the expression in Flagged:Gravatar Benoit Jacob2008-05-28
* - introduce Part and Extract classes, splitting and extending the formerGravatar Benoit Jacob2008-05-27
* * improved product performance:Gravatar Gael Guennebaud2008-05-22
* Introduce generic Flagged xpr, remove already Lazy.h and Temporary.hGravatar Benoit Jacob2008-05-14