Tutorial_commainit_01b.cpp
Go to the documentation of this file.
00001 Matrix3f m;
00002 m.row(0) << 1, 2, 3;
00003 m.block(1,0,2,2) << 4, 5, 7, 8;
00004 m.col(2).tail(2) << 6, 9;                   
00005 std::cout << m;


libicr
Author(s): Robert Krug
autogenerated on Mon Jan 6 2014 11:33:55