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.
- the static constants are private again in the Derived classes - more documentation and code snippets - new isDiagonal() method