aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets/MatrixBase_setIdentity.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.
* Patch by Gael Guennebaud: unify fixed-size and dynamic-size BlockGravatar Benoit Jacob2008-02-29
| | | | expressions, update documentation.
* renaming:Gravatar Benoit Jacob2008-01-13
| | | | | | | Block -> FixedBlock DynBlock -> Block indeed, previous commit solves the main issue with DynBlock so is should now be the more commonly used one.
* -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