| Commit message (Expand) | Author | Age |
* | bug #1516: add assertion for out-of-range diagonal index in MatrixBase::diago... | Gael Guennebaud | 2018-04-03 |
* | Added missing EIGEN_DEVICE_FUNC qualifiers | Benoit Steiner | 2017-02-28 |
* | bug #1378: fix doc (DiagonalIndex vs Diagonal) | Gael Guennebaud | 2017-01-21 |
* | bug #178: remove additional const on nested expression, and remove several co... | Gael Guennebaud | 2016-01-28 |
* | Allow to use arbitrary packet-types during evaluation. | Gael Guennebaud | 2015-08-07 |
* | Get rid of class internal::nested<> (still have to updated Tensor module) | Gael Guennebaud | 2015-06-19 |
* | Index refactoring: StorageIndex must be used for storage only (and locally wh... | Gael Guennebaud | 2015-02-13 |
* | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t... | Christoph Hertzberg | 2014-12-04 |
* | Fix MSVC compilation issue | Gael Guennebaud | 2014-12-02 |
* | Simplify return type of diagonal(Index) (and ease compiler job) | Gael Guennebaud | 2014-11-28 |
* | bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini... | Gael Guennebaud | 2014-10-20 |
* | Changed Diagonal::index() to return an Index type instead of int to prevent p... | Georg Drenkhahn | 2014-09-21 |
* | Make constructors explicit if they could lead to unintended implicit conversion | Christoph Hertzberg | 2014-09-23 |
* | Remove deprecated code not used by evaluators | Gael Guennebaud | 2014-09-18 |
* | Move evaluation related flags from traits to evaluator and fix evaluators of ... | Gael Guennebaud | 2014-03-12 |
* | Move CoeffReadCost mechanism to evaluators | Gael Guennebaud | 2014-03-10 |
* | NVCC: fix closed-form eigenvalue decomposition, workaround gcc4.7/nvcc5.5 issue | Gael Guennebaud | 2014-01-24 |
* | Extend support for nvcc to Array objects and wrappers | Gael Guennebaud | 2013-07-31 |
* | Remove double const qualifier | Gael Guennebaud | 2013-07-10 |
* | Fix bug #605: ambiguous call to std::min when calling .diagonal() on a sparse... | Gael Guennebaud | 2013-06-10 |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
* | Add a DynamicIndex constant for signed quantities and use it to fix the conflict | Gael Guennebaud | 2012-07-10 |
* | fix computation of fixed size sub/super diagonal size | Gael Guennebaud | 2012-07-10 |
* | Evaluators: Remove member variables if known at compile-time. | Jitse Niesen | 2012-07-06 |
* | 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 several const qualifier issues: double ones, meaningless ones, some missi... | Gael Guennebaud | 2012-02-03 |
* | add .data() member to Diagonal<> | Gael Guennebaud | 2012-01-31 |
* | protect calls to min and max with parentheses to make Eigen compatible with d... | Gael Guennebaud | 2011-07-21 |
* | Implement evaluator for Diagonal. | Jitse Niesen | 2011-04-22 |
* | merge | Benoit Jacob | 2011-02-06 |
|\ |
|
* | | fix const correctness in Diagonal::coeffRef (fix found by failtests) | Benoit Jacob | 2011-02-06 |
| * | Removed internal::as_argument. This fixes the alignment issues of bug #165. | Hauke Heibel | 2011-02-06 |
|/ |
|
* | fix const-related compiler error on MSC. | Eamon Nerbonne | 2011-01-27 |
* | fix bug #155, const-related compilation error | Benoit Jacob | 2011-01-18 |
* | third pass of const-correctness fixes (bug #54), hopefully the last one... | Benoit Jacob | 2011-01-07 |
* | bug #54 - really fix const correctness except in Sparse | Benoit Jacob | 2010-12-22 |
* | Initial fixes for bug #85. | Hauke Heibel | 2010-10-25 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | introduce a new LvalueBit flag and split DenseCoeffBase into three level of a... | Gael Guennebaud | 2010-07-21 |
* | sync | Gael Guennebaud | 2010-07-07 |
|\ |
|
* | | add a compile time error if someone call packet on Diagonal (instead of infin... | Gael Guennebaud | 2010-07-07 |
| * | Various documentation improvements. | Jitse Niesen | 2010-07-06 |
|/ |
|
* | rename: | Benoit Jacob | 2010-06-14 |
* | change the value of Dynamic to -1, since the index type is now configurable. | Benoit Jacob | 2010-06-11 |
* | the Index types change. | Benoit Jacob | 2010-05-30 |
* | use CoeffReturnType | Benoit Jacob | 2010-05-08 |
* | let Diagonal have the DirectAccessBit, using an inner stride | Benoit Jacob | 2010-05-08 |
* | remove MakeBase, use ei_dense_xpr_base instead | Benoit Jacob | 2010-04-23 |
* | * allow matrix dimensions to be 0 (also at compile time) and provide a specia... | Benoit Jacob | 2010-03-21 |