| Commit message (Expand) | Author | Age |
* | bug #1333: fix bad usage of const_cast_derived. Better use .data() for that p... | Gael Guennebaud | 2016-10-24 |
* | Add static assertion to y(), z(), w() accessors | Gael Guennebaud | 2016-01-20 |
* | Workaround "empty paragraph" warning with clang -Wdocumentation | Gael Guennebaud | 2015-12-30 |
* | Big 1009, part 2/2: add static assertion on LinearAccessBit in coeff(index)-l... | Gael Guennebaud | 2015-11-27 |
* | Workaround ICC issue with first_aligned | Gael Guennebaud | 2015-10-11 |
* | Cleaning pass on evaluators: remove the useless and error prone evaluator<>::... | Gael Guennebaud | 2015-09-02 |
* | Allow to use arbitrary packet-types during evaluation. | Gael Guennebaud | 2015-08-07 |
* | Let unpacket_traits<> exposes the required alignment and make use of it every... | Gael Guennebaud | 2015-08-07 |
* | Generalize first_aligned to take the requested alignment as a template parame... | Gael Guennebaud | 2015-08-06 |
* | First part of a big refactoring of alignment control to enable the handling o... | Gael Guennebaud | 2015-08-06 |
* | Remove deprecated usage of expr::Index. | Gael Guennebaud | 2015-02-16 |
* | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t... | Christoph Hertzberg | 2014-12-04 |
* | Remove deprecated code not used by evaluators | Gael Guennebaud | 2014-09-18 |
* | merge with default branch | Gael Guennebaud | 2014-07-02 |
|\ |
|
| * | Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation... | Christoph Hertzberg | 2014-07-01 |
* | | 1- Introduce sub-evaluator types for unary, binary, product, and map expressi... | Gael Guennebaud | 2014-06-20 |
|/ |
|
* | Add support for NVCC5: most of the Core and part of LU are callable from CUDA... | Gael Guennebaud | 2013-02-07 |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
* | fix most of the shadow warnings in Core/*.h | Gael Guennebaud | 2012-06-22 |
* | Get rid of include directives inside namespace blocks (bug #339). | Jitse Niesen | 2012-04-15 |
* | fix static inline versus inline static issues (the former is the correct order) | Gael Guennebaud | 2012-01-31 |
* | fix some compilation errors with ICC and -strict-ansi | Gael Guennebaud | 2012-01-31 |
* | Document enums in Constants.h (bug #248). | Jitse Niesen | 2011-05-03 |
* | mark the packet access methods as internal | Gael Guennebaud | 2011-02-01 |
* | allow matrix[index] in EIGEN2_SUPPORT | Benoit Jacob | 2011-01-26 |
* | bug #54 - The big Map const-correctness changes | Benoit Jacob | 2010-12-10 |
* | remove makeconst_return_type | Benoit Jacob | 2010-12-01 |
* | Added a comment on why is_arithmetic is used in DenseCoeffsBase. | Hauke Heibel | 2010-11-02 |
* | document LvalueBit better | Benoit Jacob | 2010-10-28 |
* | Initial fixes for bug #85. | Hauke Heibel | 2010-10-25 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | Docs: Add references to TopicClassHierarchy | Jitse Niesen | 2010-08-22 |
* | Document DenseCoeffsBase | Jitse Niesen | 2010-08-22 |
* | introduce a new LvalueBit flag and split DenseCoeffBase into three level of a... | Gael Guennebaud | 2010-07-21 |
* | fix very annoying warning (gcc 4.3): type qualifiers ignored on function retu... | Gael Guennebaud | 2010-06-25 |
* | fix #126, part 1/2: fix the return type of coeff() on direcaccess xprs: was a... | Benoit Jacob | 2010-06-16 |
* | * remove ei_index, and let ei_traits propagate the index types | Gael Guennebaud | 2010-06-03 |
* | the Index types change. | Benoit Jacob | 2010-05-30 |
* | fix some compilation issues with clang (and hopefully bring eigen more | Thomas Capricelli | 2010-05-21 |
* | fix a compilation pb with clang (it's actually surprising gcc did not complain) | Thomas Capricelli | 2010-05-20 |
* | fix compilation error thanks to test case by Trevor Irons, and expand unit test | Benoit Jacob | 2010-05-09 |
* | add important comment and move stride helpers to DenseCoeffsBase.h | Benoit Jacob | 2010-05-09 |
* | rename Coeffs.h -> DenseCoeffsBase.h | Benoit Jacob | 2010-05-08 |