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;


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