aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets/MatrixBase_block_int_int_int_int.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.
* documentation update for alpha 3Gravatar Benoit Jacob2008-01-13
|
* big improvement of the block-manipulation APIGravatar Benoit Jacob2008-01-13
- reduction of sizeof(Block) for vector types - variants of block() and fixedBlock() for vector blocks - convenience methods start() and end() for vectors - convenience method corner() for matrices