Tutorial_AdvancedInitialization_CommaTemporary.cpp
Go to the documentation of this file.
00001 MatrixXf mat = MatrixXf::Random(2, 3);
00002 std::cout << mat << std::endl << std::endl;
00003 mat = (MatrixXf(2,2) << 0, 1, 1, 0).finished() * mat;
00004 std::cout << mat << std::endl;


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