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;


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