aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets/MatrixBase_isZero.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.
* - move: DerivedTraits becomes MatrixBase::TraitsGravatar Benoit Jacob2008-01-06
- the static constants are private again in the Derived classes - more documentation and code snippets - new isDiagonal() method