aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/CommaInitializer.h
Commit message (Expand)AuthorAge
* 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