aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/examples/class_CwiseUnaryOp.cpp
Commit message (Expand)AuthorAge
* remove USING_PART_OF_NAMESPACE_EIGEN, leaving it in Eigen2Support.Gravatar Benoit Jacob2010-04-22
* tests : fix compilation issues, adding <iostream> and removingGravatar Thomas Capricelli2010-03-08
* * Merge Extract and Part to the Part expression.Gravatar Gael Guennebaud2008-07-21
* - many updates after Cwise changeGravatar Benoit Jacob2008-07-08
* fix building of examplesGravatar Gael Guennebaud2008-06-03
* some documentation fixes (Cwise* and Cholesky)Gravatar Gael Guennebaud2008-05-22
* -new: recursive costs system, useful to determine automaticallyGravatar Benoit Jacob2008-04-03
* big change: MatrixBase only takes one template parameter "Derived", theGravatar Benoit Jacob2008-03-10
* * Added support for a comma initializer: mat.block(i,j,2,2) << 1, 2, 3, 4;Gravatar Gael Guennebaud2008-03-08
* * coefficient wise operators are more generic, with controllable result type.Gravatar Gael Guennebaud2008-03-06