aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets/MatrixBase_col.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.
* - rework the coefficients APIGravatar Benoit Jacob2007-12-24
- make vectors use a separate loop unroller, so that copying a row-vector into a col-vector is now possible - add much more documentation - misc improvements