Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | * Merge Extract and Part to the Part expression. | Gael Guennebaud | 2008-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. | ||
* | matrix storage order can now also be row-dominant (choosable for each matrix ↵ | Benoit Jacob | 2007-12-27 |
separately) map() moves from MatrixBase to Matrix much more documentation/examples/snippets |