Go to file
Benoit Jacob fe9b6b8f17 remove the MatrixConstXpr and MatrixConstRef classes.
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>
2007-09-09 08:15:48 +00:00
doc remove operator *= between matrices: too much hassle. 2007-09-07 09:47:13 +00:00
src remove the MatrixConstXpr and MatrixConstRef classes. 2007-09-09 08:15:48 +00:00
test remove the MatrixConstXpr and MatrixConstRef classes. 2007-09-09 08:15:48 +00:00
CMakeLists.txt add operator *= between matrices, with automatic aliasing. 2007-09-07 08:18:21 +00:00