aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets/MatrixBase_setOnes.cpp
Commit message (Collapse)AuthorAge
* * Merge Extract and Part to the Part expression.Gravatar Gael Guennebaud2008-07-21
| | | | | | Renamed "MatrixBase::extract() const" to "MatrixBase::part() const" * Renamed static functions identity, zero, ones, random with an upper case first letter: Identity, Zero, Ones and Random.
* -add set...() methods and their documentation; remove GenericGravatar Benoit Jacob2008-01-11
-use row-major traversal when the number of columns is fixed and the number of rows is dynamic -other minor changes