| Commit message (Expand) | Author | Age |
* | Added missing EIGEN_DEVICE_FUNC qualifiers | Benoit Steiner | 2017-02-28 |
* | bug #1272: Disable assertion when total number of columns is zero. | Christoph Hertzberg | 2016-08-12 |
* | bug #1272: Let CommaInitializer work for more border cases (enhances fix of b... | Christoph Hertzberg | 2016-08-08 |
* | Fix operator priority | Gael Guennebaud | 2016-06-23 |
* | Biug 1242: fix comma init with empty matrices. | Gael Guennebaud | 2016-06-23 |
* | Workaround "empty paragraph" warning with clang -Wdocumentation | Gael Guennebaud | 2015-12-30 |
* | bug #1109: use noexcept instead of throw for C++11 compilers | Gael Guennebaud | 2015-12-10 |
* | Fix compilation of unit tests disabling assertion cheking | Gael Guennebaud | 2015-02-21 |
* | In C++11 destructors do not throw by default (fix CommaInitializer unit test) | Gael Guennebaud | 2015-02-20 |
* | Merge Index-refactoring branch with default, fix PastixSupport, remove some u... | Gael Guennebaud | 2015-02-13 |
|\ |
|
* | | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t... | Christoph Hertzberg | 2014-12-04 |
|/ |
|
* | bug #755: CommaInitializer produced wrong assertions in absence of ReturnValu... | Christoph Hertzberg | 2014-03-12 |
* | merge with main branch | Gael Guennebaud | 2013-07-17 |
|\ |
|
| * | document the evaluation order of the comma initializer | Gael Guennebaud | 2013-04-19 |
* | | Add support for NVCC5: most of the Core and part of LU are callable from CUDA... | Gael Guennebaud | 2013-02-07 |
|/ |
|
* | fix comma initializer when inserting empty matrices | Gael Guennebaud | 2012-10-03 |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
* | Get rid of include directives inside namespace blocks (bug #339). | Jitse Niesen | 2012-04-15 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | Various documentation improvements. | Jitse Niesen | 2010-07-06 |
* | email change | Gael Guennebaud | 2010-06-24 |
* | the Index types change. | Benoit Jacob | 2010-05-30 |
* | renaming (MatrixType ---> whatever appropriate) | Benoit Jacob | 2010-04-18 |
* | merge with default branch | Gael Guennebaud | 2009-12-22 |
|\ |
|
| * | Warning 4512 (assignment operators could not be generated) is now simply disa... | Hauke Heibel | 2009-12-14 |
* | | add a DenseBase class for MAtrixBase and ArrayBase and more code factorisation | Gael Guennebaud | 2009-12-04 |
|/ |
|
* | Added private, non-implemented assignment operators to functions that don't n... | Hauke Heibel | 2009-09-27 |
* | Uuups that was not yet intended for a commit. | Hauke Heibel | 2009-09-25 |
* | Fixed issue #57. | Hauke Heibel | 2009-09-25 |
* | remove the \addexample tags | Gael Guennebaud | 2009-09-03 |
* | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
* | found one bug in the previous ++ changes | Gael Guennebaud | 2008-12-17 |
* | * replace postfix ++ by prefix ++ wherever that makes sense in Eigen/ | Benoit Jacob | 2008-12-17 |
* | Update e-mail address | Benoit Jacob | 2008-11-24 |
* | move CommaInitializer out of MatrixBase and documment it (because of .finishe... | Gael Guennebaud | 2008-09-13 |
* | doc and use sed to clean the class hierarchy instead of | Gael Guennebaud | 2008-08-28 |
* | * Added .all() and .any() members to PartialRedux | Gael Guennebaud | 2008-08-20 |
* | Added an automatically generated list of selected examples in the documentation. | Gael Guennebaud | 2008-07-19 |
* | * add CommaInitializer::finished to allow the use of (Matrix3() << v0, v1, v2... | Gael Guennebaud | 2008-06-03 |
* | many small fixes and documentation improvements, | Benoit Jacob | 2008-05-29 |
* | put inline keywords everywhere appropriate. So we don't need anymore to pass | Benoit Jacob | 2008-05-12 |
* | current state of the mess. One line fails in the tests, and | Benoit Jacob | 2008-04-03 |
* | -new: recursive costs system, useful to determine automatically | Benoit Jacob | 2008-04-03 |
* | * #define EIGEN_NDEBUG now also disables asserts. Useful | Benoit Jacob | 2008-03-26 |
* | Removed Column and Row in favor of Block | Gael Guennebaud | 2008-03-12 |
* | generalized ei_traits<>. | Benoit Jacob | 2008-03-12 |
* | big change: MatrixBase only takes one template parameter "Derived", the | Benoit Jacob | 2008-03-10 |
* | Extended the comma initializer to support xpr on the right side: | Gael Guennebaud | 2008-03-08 |
* | * Added support for a comma initializer: mat.block(i,j,2,2) << 1, 2, 3, 4; | Gael Guennebaud | 2008-03-08 |