aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/CommaInitializer.h
Commit message (Expand)AuthorAge
* Support manually disabling exceptionsHEADmasterGravatar Benjamin Barenblat2021-07-07
* CommaInitializer wrongfully asserted for 0-sized blocksGravatar Christoph Hertzberg2020-04-13
* Fixed commainitializer test.Gravatar Antonio Sanchez2020-04-10
* Fixed:Gravatar Alessio M2020-03-21
* Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-02-28
* bug #1272: Disable assertion when total number of columns is zero.Gravatar Christoph Hertzberg2016-08-12
* bug #1272: Let CommaInitializer work for more border cases (enhances fix of b...Gravatar Christoph Hertzberg2016-08-08
* Fix operator priorityGravatar Gael Guennebaud2016-06-23
* Biug 1242: fix comma init with empty matrices.Gravatar Gael Guennebaud2016-06-23
* Workaround "empty paragraph" warning with clang -WdocumentationGravatar Gael Guennebaud2015-12-30
* bug #1109: use noexcept instead of throw for C++11 compilersGravatar Gael Guennebaud2015-12-10
* Fix compilation of unit tests disabling assertion chekingGravatar Gael Guennebaud2015-02-21
* In C++11 destructors do not throw by default (fix CommaInitializer unit test)Gravatar Gael Guennebaud2015-02-20
* Merge Index-refactoring branch with default, fix PastixSupport, remove some u...Gravatar Gael Guennebaud2015-02-13
|\
* | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
|/
* bug #755: CommaInitializer produced wrong assertions in absence of ReturnValu...Gravatar Christoph Hertzberg2014-03-12
* merge with main branchGravatar Gael Guennebaud2013-07-17
|\
| * document the evaluation order of the comma initializerGravatar Gael Guennebaud2013-04-19
* | Add support for NVCC5: most of the Core and part of LU are callable from CUDA...Gravatar Gael Guennebaud2013-02-07
|/
* fix comma initializer when inserting empty matricesGravatar Gael Guennebaud2012-10-03
* 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
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Various documentation improvements.Gravatar Jitse Niesen2010-07-06
* email changeGravatar Gael Guennebaud2010-06-24
* the Index types change.Gravatar Benoit Jacob2010-05-30
* renaming (MatrixType ---> whatever appropriate)Gravatar Benoit Jacob2010-04-18
* merge with default branchGravatar Gael Guennebaud2009-12-22
|\
| * Warning 4512 (assignment operators could not be generated) is now simply disa...Gravatar Hauke Heibel2009-12-14
* | add a DenseBase class for MAtrixBase and ArrayBase and more code factorisationGravatar Gael Guennebaud2009-12-04
|/
* Added private, non-implemented assignment operators to functions that don't n...Gravatar Hauke Heibel2009-09-27
* Uuups that was not yet intended for a commit.Gravatar Hauke Heibel2009-09-25
* Fixed issue #57.Gravatar Hauke Heibel2009-09-25
* remove the \addexample tagsGravatar Gael Guennebaud2009-09-03
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* found one bug in the previous ++ changesGravatar Gael Guennebaud2008-12-17
* * replace postfix ++ by prefix ++ wherever that makes sense in Eigen/Gravatar Benoit Jacob2008-12-17
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* move CommaInitializer out of MatrixBase and documment it (because of .finishe...Gravatar Gael Guennebaud2008-09-13
* doc and use sed to clean the class hierarchy instead ofGravatar Gael Guennebaud2008-08-28
* * Added .all() and .any() members to PartialReduxGravatar Gael Guennebaud2008-08-20
* Added an automatically generated list of selected examples in the documentation.Gravatar Gael Guennebaud2008-07-19
* * add CommaInitializer::finished to allow the use of (Matrix3() << v0, v1, v2...Gravatar Gael Guennebaud2008-06-03
* many small fixes and documentation improvements,Gravatar Benoit Jacob2008-05-29
* put inline keywords everywhere appropriate. So we don't need anymore to passGravatar Benoit Jacob2008-05-12
* current state of the mess. One line fails in the tests, andGravatar Benoit Jacob2008-04-03
* -new: recursive costs system, useful to determine automaticallyGravatar Benoit Jacob2008-04-03
* * #define EIGEN_NDEBUG now also disables asserts. UsefulGravatar Benoit Jacob2008-03-26
* Removed Column and Row in favor of BlockGravatar Gael Guennebaud2008-03-12
* generalized ei_traits<>.Gravatar Benoit Jacob2008-03-12