Tutorial_commainit_02.cpp
Go to the documentation of this file.
00001 int rows=5, cols=5;
00002 MatrixXf m(rows,cols);
00003 m << (Matrix3f() << 1, 2, 3, 4, 5, 6, 7, 8, 9).finished(),
00004      MatrixXf::Zero(3,cols-3),
00005      MatrixXf::Zero(rows-3,3),
00006      MatrixXf::Identity(rows-3,cols-3);
00007 cout << m;


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:33:27