eigen/doc/examples
Gael Guennebaud 721626dfc5 * Added support for a comma initializer: mat.block(i,j,2,2) << 1, 2, 3, 4;
If the number of coefficients does not match the matrix size, then an assertion is raised.
  No support for xpr on the right side for the moment.

* Added support for assertion checking. This allows to test that an assertion is indeed raised
  when it should be.

* Fixed a mistake in the CwiseUnary example.
2008-03-08 19:02:24 +00:00
..
class_Block.cpp renaming: ref() --> asArg() 2008-03-04 17:08:23 +00:00
class_Cast.cpp * coefficient wise operators are more generic, with controllable result type. 2008-03-06 11:36:27 +00:00
class_Column.cpp renaming: ref() --> asArg() 2008-03-04 17:08:23 +00:00
class_CwiseBinaryOp.cpp * coefficient wise operators are more generic, with controllable result type. 2008-03-06 11:36:27 +00:00
class_CwiseUnaryOp.cpp * Added support for a comma initializer: mat.block(i,j,2,2) << 1, 2, 3, 4; 2008-03-08 19:02:24 +00:00
class_Eval.cpp part 2 of the reorganization. Benefits/changes: 2007-12-28 16:20:00 +00:00
class_FixedBlock.cpp renaming: ref() --> asArg() 2008-03-04 17:08:23 +00:00
class_Row.cpp renaming: ref() --> asArg() 2008-03-04 17:08:23 +00:00
CMakeLists.txt everything works, make now runs doxygen once and only once, after all 2007-12-21 11:29:04 +00:00