Go to file
Gael Guennebaud f64311e07d Extended the comma initializer to support xpr on the right side:
Matrix3i mat; Vector2i vec(33,66);
  mat << vec.transpose(), 99,
         vec, Matrix2i::random();
2008-03-08 19:46:06 +00:00
doc Extended the comma initializer to support xpr on the right side: 2008-03-08 19:46:06 +00:00
Eigen Extended the comma initializer to support xpr on the right side: 2008-03-08 19:46:06 +00:00
test Extended the comma initializer to support xpr on the right side: 2008-03-08 19:46:06 +00:00
CMakeLists.txt part 2 of the reorganization. Benefits/changes: 2007-12-28 16:20:00 +00:00
COPYING Relicense --> dual-license LGPL3+/GPL2+ 2008-02-28 15:44:45 +00:00
COPYING.LESSER Relicense --> dual-license LGPL3+/GPL2+ 2008-02-28 15:44:45 +00:00
Doxyfile Ready for alpha2 release. 2008-01-07 09:34:21 +00:00
Mainpage.dox Ready for alpha2 release. 2008-01-07 09:34:21 +00:00