aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Matrix.h
Commit message (Collapse)AuthorAge
* remove the MatrixConstXpr and MatrixConstRef classes.Gravatar Benoit Jacob2007-09-09
| | | | | | | | | | Now the user doesn't need anymore to call .xpr() and can simply do: matrix.row(i) += matrix.row(j) Also remove the obsolete MatrixXpr::hasDynamicSize() method (thanks to Michael Olbrich for reporting this). CCMAIL:<michael.olbrich@gmx.net>
* Hello, World!Gravatar Benoit Jacob2007-09-05
This is the initial commit for Eigen2, since I restarted it from scratch on Sunday.