Tutorial_AdvancedInitialization_Block.cpp
Go to the documentation of this file.
00001 MatrixXf matA(2, 2);
00002 matA << 1, 2, 3, 4;
00003 MatrixXf matB(4, 4);
00004 matB << matA, matA/10, matA/10, matA;
00005 std::cout << matB << std::endl;


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