aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/DenseCoeffsBase.h
Commit message (Expand)AuthorAge
* Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
* Add support for NVCC5: most of the Core and part of LU are callable from CUDA...Gravatar Gael Guennebaud2013-02-07
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* fix most of the shadow warnings in Core/*.hGravatar Gael Guennebaud2012-06-22
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix static inline versus inline static issues (the former is the correct order)Gravatar Gael Guennebaud2012-01-31
* fix some compilation errors with ICC and -strict-ansiGravatar Gael Guennebaud2012-01-31
* Document enums in Constants.h (bug #248).Gravatar Jitse Niesen2011-05-03
* mark the packet access methods as internalGravatar Gael Guennebaud2011-02-01
* allow matrix[index] in EIGEN2_SUPPORTGravatar Benoit Jacob2011-01-26
* bug #54 - The big Map const-correctness changesGravatar Benoit Jacob2010-12-10
* remove makeconst_return_typeGravatar Benoit Jacob2010-12-01
* Added a comment on why is_arithmetic is used in DenseCoeffsBase.Gravatar Hauke Heibel2010-11-02
* document LvalueBit betterGravatar Benoit Jacob2010-10-28
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Docs: Add references to TopicClassHierarchyGravatar Jitse Niesen2010-08-22
* Document DenseCoeffsBaseGravatar Jitse Niesen2010-08-22
* introduce a new LvalueBit flag and split DenseCoeffBase into three level of a...Gravatar Gael Guennebaud2010-07-21
* fix very annoying warning (gcc 4.3): type qualifiers ignored on function retu...Gravatar Gael Guennebaud2010-06-25
* fix #126, part 1/2: fix the return type of coeff() on direcaccess xprs: was a...Gravatar Benoit Jacob2010-06-16
* * 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 some compilation issues with clang (and hopefully bring eigen moreGravatar Thomas Capricelli2010-05-21
* fix a compilation pb with clang (it's actually surprising gcc did not complain)Gravatar Thomas Capricelli2010-05-20
* fix compilation error thanks to test case by Trevor Irons, and expand unit testGravatar Benoit Jacob2010-05-09
* add important comment and move stride helpers to DenseCoeffsBase.hGravatar Benoit Jacob2010-05-09
* rename Coeffs.h -> DenseCoeffsBase.hGravatar Benoit Jacob2010-05-08