tut_matrix_assignment_resizing.cpp
Go to the documentation of this file.
00001 MatrixXf a(2,2);
00002 std::cout << "a is of size " << a.rows() << "x" << a.cols() << std::endl;
00003 MatrixXf b(3,3);
00004 a = b;
00005 std::cout << "a is now of size " << a.rows() << "x" << a.cols() << std::endl;


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