eigen/test
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
..
CMakeLists.txt Hello, World! 2007-09-05 10:42:15 +00:00
main.cpp Hello, World! 2007-09-05 10:42:15 +00:00
main.h Hello, World! 2007-09-05 10:42:15 +00:00
matrixmanip.cpp remove the MatrixConstXpr and MatrixConstRef classes. 2007-09-09 08:15:48 +00:00
matrixops.cpp Add operator += and operator -= between matrices/vectors/expressions 2007-09-07 07:41:10 +00:00
vectorops.cpp extend operators += and -= to aliases 2007-09-07 07:56:22 +00:00