aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/CommaInitializer.h
Commit message (Expand)AuthorAge
* 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
* big change: MatrixBase only takes one template parameter "Derived", theGravatar Benoit Jacob2008-03-10
* Extended the comma initializer to support xpr on the right side:Gravatar Gael Guennebaud2008-03-08
* * Added support for a comma initializer: mat.block(i,j,2,2) << 1, 2, 3, 4;Gravatar Gael Guennebaud2008-03-08